#FCAAE7

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

Shades of Lavender Rose #FCAAE7

Tints of Lavender Rose #FCAAE7

Color information

#FCAAE7 (or 0xFCAAE7) is unknown color: approx Lavender Rose. HEX triplet: FC, AA and E7. RGB value is (252,170,231). Sum of RGB (Red+Green+Blue) = 252+170+231=653 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.59% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FCAAE7 is #035518. Grayscale: #C9C9C9. Windows color (decimal): -218393 or 15182588. OLE color: 15182588.

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

Color convert

RGB252170231-
CMYK00.330.080.01
HSL315.37º93.18%82.75%-
HSV(B)315.37º32.54%98.82%-
XYZ68.9455.2182.63-
YUV201.47144.67164.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.59%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=38.59%
G=26.03%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217023100.330.080.01315.3793.1882.75
HexFCAAE70218113b5d53
Octal374252347041101473135123
Binary11111100101010101110011101000011000110011101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAAE7; }

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

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

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

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

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

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

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

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