#FCAAE5

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

Shades of Lavender Rose #FCAAE5

Tints of Lavender Rose #FCAAE5

Color information

#FCAAE5 (or 0xFCAAE5) is unknown color: approx Lavender Rose. HEX triplet: FC, AA and E5. RGB value is (252,170,229). Sum of RGB (Red+Green+Blue) = 252+170+229=651 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.71% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 229 (89.84% from 255 or 35.18% from 651); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAE5 is #03551A. Grayscale: #C9C9C9. Windows color (decimal): -218395 or 15051516. OLE color: 15051516.

HSL color Cylindrical-coordinate representation of color #FCAAE5: hue angle of 316.83º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAE5 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB252170229-
CMYK00.330.090.01
HSL316.83º93.18%82.75%-
HSV(B)316.83º32.54%98.82%-
XYZ68.6655.181.15-
YUV201.24143.67164.2-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.71%
GREEN value IS 170 (66.80% from 255) = 26.11%
BLUE value IS 229 (89.84% from 255) = 35.18%
R=38.71%
G=26.11%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217022900.330.090.01316.8393.1882.75
HexFCAAE50219113d5d53
Octal374252345041111475135123
Binary11111100101010101110010101000011001110011110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAE5; }

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

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

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

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

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

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

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

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