#FCAFE4

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

Shades of Lavender Rose #FCAFE4

Tints of Lavender Rose #FCAFE4

Color information

#FCAFE4 (or 0xFCAFE4) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and E4. RGB value is (252,175,228). Sum of RGB (Red+Green+Blue) = 252+175+228=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 175 (68.75% from 255 or 26.72% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFE4 is #03501B. Grayscale: #CBCBCB. Windows color (decimal): -217116 or 14987260. OLE color: 14987260.

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

Color convert

RGB252175228-
CMYK00.310.100.01
HSL318.7º92.77%83.73%-
HSV(B)318.7º30.56%98.82%-
XYZ69.4856.9680.73-
YUV204.06141.51162.19-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 175 (68.75% from 255) = 26.72%
BLUE value IS 228 (89.45% from 255) = 34.81%
R=38.47%
G=26.72%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217522800.310.100.01318.792.7783.73
HexFCAFE401FA113f5d54
Octal374257344037121477135124
Binary1111110010101111111001000111111010110011111110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFE4; }

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

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

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

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

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

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

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

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