#FCAFD4

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

Shades of Lavender Pink #FCAFD4

Tints of Lavender Pink #FCAFD4

Color information

#FCAFD4 (or 0xFCAFD4) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and D4. RGB value is (252,175,212). Sum of RGB (Red+Green+Blue) = 252+175+212=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFD4 is #03502B. Grayscale: #CACACA. Windows color (decimal): -217132 or 13938684. OLE color: 13938684.

HSL color Cylindrical-coordinate representation of color #FCAFD4: hue angle of 331.17º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FCAFD4 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB252175212-
CMYK00.310.160.01
HSL331.17º92.77%83.73%-
HSV(B)331.17º30.56%98.82%-
XYZ67.3656.1169.57-
YUV202.24133.51163.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 175 (68.75% from 255) = 27.39%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=39.44%
G=27.39%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217521200.310.160.01331.1792.7783.73
HexFCAFD401F10114b5d54
Octal374257324037201513135124
Binary11111100101011111101010001111110000110100101110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFD4; }

 p { color: rgb(252,175,212); }

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

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

 a { background-color: rgb(252,175,212); }

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

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

 span { border-color: rgb(252,175,212); }

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