#FCAFE5

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

Shades of Lavender Rose #FCAFE5

Tints of Lavender Rose #FCAFE5

Color information

#FCAFE5 (or 0xFCAFE5) is unknown color: approx Lavender Rose. HEX triplet: FC, AF and E5. RGB value is (252,175,229). Sum of RGB (Red+Green+Blue) = 252+175+229=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 175 (68.75% from 255 or 26.68% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAFE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAFE5 is #03501A. Grayscale: #CCCCCC. Windows color (decimal): -217115 or 15052796. OLE color: 15052796.

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

Color convert

RGB252175229-
CMYK00.310.090.01
HSL317.92º92.77%83.73%-
HSV(B)317.92º30.56%98.82%-
XYZ69.6257.0181.46-
YUV204.18142.01162.11-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 175 (68.75% from 255) = 26.68%
BLUE value IS 229 (89.84% from 255) = 34.91%
R=38.41%
G=26.68%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217522900.310.090.01317.9292.7783.73
HexFCAFE501F9113e5d54
Octal374257345037111476135124
Binary1111110010101111111001010111111001110011111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAFE5; }

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

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

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

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

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

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

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

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