#FEAAED

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

Shades of Lavender Rose #FEAAED

Tints of Lavender Rose #FEAAED

Color information

#FEAAED (or 0xFEAAED) is unknown color: approx Lavender Rose. HEX triplet: FE, AA and ED. RGB value is (254,170,237). Sum of RGB (Red+Green+Blue) = 254+170+237=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 170 (66.80% from 255 or 25.72% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAED is #015512. Grayscale: #CACACA. Windows color (decimal): -87315 or 15575806. OLE color: 15575806.

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

Color convert

RGB254170237-
CMYK00.330.070.00
HSL312.14º97.67%83.14%-
HSV(B)312.14º33.07%99.61%-
XYZ70.5355.9387.2-
YUV202.75147.33164.55-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 170 (66.80% from 255) = 25.72%
BLUE value IS 237 (92.97% from 255) = 35.85%
R=38.43%
G=25.72%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417023700.330.070.00312.1497.6783.14
HexFEAAED021701386253
Octal37625235504170470142123
Binary1111111010101010111011010100001111010011100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAED; }

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

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

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

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

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

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

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

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