#FCAEE5

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

Shades of Lavender Rose #FCAEE5

Tints of Lavender Rose #FCAEE5

Color information

#FCAEE5 (or 0xFCAEE5) is unknown color: approx Lavender Rose. HEX triplet: FC, AE and E5. RGB value is (252,174,229). Sum of RGB (Red+Green+Blue) = 252+174+229=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 174 (68.36% from 255 or 26.56% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAEE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAEE5 is #03511A. Grayscale: #CBCBCB. Windows color (decimal): -217371 or 15052540. OLE color: 15052540.

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

Color convert

RGB252174229-
CMYK00.310.090.01
HSL317.69º92.86%83.53%-
HSV(B)317.69º30.95%98.82%-
XYZ69.4256.6281.4-
YUV203.59142.34162.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 174 (68.36% from 255) = 26.56%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=38.47%
G=26.56%
B=34.96%

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
Decimal25217422900.310.090.01317.6992.8683.53
HexFCAEE501F9113e5d54
Octal374256345037111476135124
Binary1111110010101110111001010111111001110011111010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAEE5; }

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

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

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

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

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

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

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

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