#F8AFCF

Color #F8AFCF Lavender Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Pink #F8AFCF

Tints of Lavender Pink #F8AFCF

Color information

#F8AFCF (or 0xF8AFCF) is unknown color: approx Lavender Pink. HEX triplet: F8, AF and CF. RGB value is (248,175,207). Sum of RGB (Red+Green+Blue) = 248+175+207=630 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.37% from 630); Green value is 175 (68.75% from 255 or 27.78% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AFCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AFCF is #075030. Grayscale: #C8C8C8. Windows color (decimal): -479281 or 13611000. OLE color: 13611000.

HSL color Cylindrical-coordinate representation of color #F8AFCF: hue angle of 333.7º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8AFCF is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB248175207-
CMYK00.290.170.03
HSL333.7º83.91%82.94%-
HSV(B)333.7º29.44%97.25%-
XYZ65.355.1266.23-
YUV200.48131.68161.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 248 (97.27% from 255) = 39.37%
GREEN value IS 175 (68.75% from 255) = 27.78%
BLUE value IS 207 (81.25% from 255) = 32.86%
R=39.37%
G=27.78%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817520700.290.170.03333.783.9182.94
HexF8AFCF01D11314e5453
Octal370257317035213516124123
Binary111110001010111111001111011101100011110100111010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AFCF; }

 p { color: rgb(248,175,207); }

 H1.HeaderClassName
 {
   color: #F8AFCF;
 }
 .AnyTagClassName
 {
   color: #F8AFCF;
 }
</style>
background-color css

<style>
 a { background-color: #F8AFCF; }

 a { background-color: rgb(248,175,207); }

 div.DivClassName
 {
   background-color: #F8AFCF;
 }
 .BgClassName
 {
   background-color: #F8AFCF;
 }
</style>
border-color css

<style>
 span { border-color: #F8AFCF; }

 span { border-color: rgb(248,175,207); }

 td.TdClassName
 {
   border-color: #F8AFCF;
 }
 .TagClassName
 {
   border-color: #F8AFCF;
 }
</style>