#FCAFE0

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

Shades of Lavender Rose #FCAFE0

Tints of Lavender Rose #FCAFE0

Color information

#FCAFE0 (or 0xFCAFE0) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and E0. RGB value is (252,175,224). Sum of RGB (Red+Green+Blue) = 252+175+224=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 175 (68.75% from 255 or 26.88% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFE0 is #03501F. Grayscale: #CBCBCB. Windows color (decimal): -217120 or 14725116. OLE color: 14725116.

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

Color convert

RGB252175224-
CMYK00.310.110.01
HSL321.82º92.77%83.73%-
HSV(B)321.82º30.56%98.82%-
XYZ68.9356.7477.84-
YUV203.61139.51162.52-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 175 (68.75% from 255) = 26.88%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=38.71%
G=26.88%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217522400.310.110.01321.8292.7783.73
HexFCAFE001FB11425d54
Octal374257340037131502135124
Binary1111110010101111111000000111111011110100001010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFE0; }

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

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

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

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

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

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

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

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