#FEAAE5

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

Shades of Lavender Rose #FEAAE5

Tints of Lavender Rose #FEAAE5

Color information

#FEAAE5 (or 0xFEAAE5) is unknown color: approx Lavender Rose. HEX triplet: FE, AA and E5. RGB value is (254,170,229). Sum of RGB (Red+Green+Blue) = 254+170+229=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAE5 is #01551A. Grayscale: #C9C9C9. Windows color (decimal): -87323 or 15051518. OLE color: 15051518.

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

Color convert

RGB254170229-
CMYK00.330.100.00
HSL317.86º97.67%83.14%-
HSV(B)317.86º33.07%99.61%-
XYZ69.3955.4881.18-
YUV201.84143.33165.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 170 (66.80% from 255) = 26.03%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=38.90%
G=26.03%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417022900.330.100.00317.8697.6783.14
HexFEAAE5021A013e6253
Octal376252345041120476142123
Binary11111110101010101110010101000011010010011111011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAE5; }

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

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

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

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

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

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

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

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