#FCAFD8

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

Shades of Lavender Pink #FCAFD8

Tints of Lavender Pink #FCAFD8

Color information

#FCAFD8 (or 0xFCAFD8) is unknown color: approx Lavender Pink. HEX triplet: FC, AF and D8. RGB value is (252,175,216). Sum of RGB (Red+Green+Blue) = 252+175+216=643 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.19% from 643); Green value is 175 (68.75% from 255 or 27.22% from 643); Blue value is 216 (84.77% from 255 or 33.59% from 643); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFD8 is #035027. Grayscale: #CACACA. Windows color (decimal): -217128 or 14200828. OLE color: 14200828.

HSL color Cylindrical-coordinate representation of color #FCAFD8: hue angle of 328.05º 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 #FCAFD8 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252175216-
CMYK00.310.140.01
HSL328.05º92.77%83.73%-
HSV(B)328.05º30.56%98.82%-
XYZ67.8756.3172.26-
YUV202.7135.51163.17-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.19%
GREEN value IS 175 (68.75% from 255) = 27.22%
BLUE value IS 216 (84.77% from 255) = 33.59%
R=39.19%
G=27.22%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217521600.310.140.01328.0592.7783.73
HexFCAFD801FE11485d54
Octal374257330037161510135124
Binary1111110010101111110110000111111110110100100010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFD8; }

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

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

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

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

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

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

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

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