#FEAEE9

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

Shades of Lavender Rose #FEAEE9

Tints of Lavender Rose #FEAEE9

Color information

#FEAEE9 (or 0xFEAEE9) is unknown color: approx Lavender Rose. HEX triplet: FE, AE and E9. RGB value is (254,174,233). Sum of RGB (Red+Green+Blue) = 254+174+233=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 174 (68.36% from 255 or 26.32% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEE9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAEE9 is #015116. Grayscale: #CCCCCC. Windows color (decimal): -86295 or 15314686. OLE color: 15314686.

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

Color convert

RGB254174233-
CMYK00.310.080.00
HSL315.75º97.56%83.92%-
HSV(B)315.75º31.5%99.61%-
XYZ70.7257.2384.41-
YUV204.65144163.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 174 (68.36% from 255) = 26.32%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=38.43%
G=26.32%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417423300.310.080.00315.7597.5683.92
HexFEAEE901F8013c6254
Octal376256351037100474142124
Binary1111111010101110111010010111111000010011110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEE9; }

 p { color: rgb(254,174,233); }

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

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

 a { background-color: rgb(254,174,233); }

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

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

 span { border-color: rgb(254,174,233); }

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