#FEAAE0

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

Shades of Lavender Rose #FEAAE0

Tints of Lavender Rose #FEAAE0

Color information

#FEAAE0 (or 0xFEAAE0) is unknown color: approx Lavender Rose. HEX triplet: FE, AA and E0. RGB value is (254,170,224). Sum of RGB (Red+Green+Blue) = 254+170+224=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAE0 is #01551F. Grayscale: #C9C9C9. Windows color (decimal): -87328 or 14723838. OLE color: 14723838.

HSL color Cylindrical-coordinate representation of color #FEAAE0: hue angle of 321.43º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEAAE0 is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB254170224-
CMYK00.330.120.00
HSL321.43º97.67%83.14%-
HSV(B)321.43º33.07%99.61%-
XYZ68.755.277.56-
YUV201.27140.83165.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 170 (66.80% from 255) = 26.23%
BLUE value IS 224 (87.89% from 255) = 34.57%
R=39.20%
G=26.23%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417022400.330.120.00321.4397.6783.14
HexFEAAE0021C01416253
Octal376252340041140501142123
Binary11111110101010101110000001000011100010100000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAE0; }

 p { color: rgb(254,170,224); }

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

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

 a { background-color: rgb(254,170,224); }

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

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

 span { border-color: rgb(254,170,224); }

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