#FEAEE0

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

Shades of Lavender Rose #FEAEE0

Tints of Lavender Rose #FEAEE0

Color information

#FEAEE0 (or 0xFEAEE0) is unknown color: approx Lavender Rose. HEX triplet: FE, AE and E0. RGB value is (254,174,224). Sum of RGB (Red+Green+Blue) = 254+174+224=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 174 (68.36% from 255 or 26.69% from 652); Blue value is 224 (87.89% from 255 or 34.36% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEE0 is #01511F. Grayscale: #CBCBCB. Windows color (decimal): -86304 or 14724862. OLE color: 14724862.

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

Color convert

RGB254174224-
CMYK00.310.120.00
HSL322.5º97.56%83.92%-
HSV(B)322.5º31.5%99.61%-
XYZ69.4656.7277.81-
YUV203.62139.5163.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 174 (68.36% from 255) = 26.69%
BLUE value IS 224 (87.89% from 255) = 34.36%
R=38.96%
G=26.69%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417422400.310.120.00322.597.5683.92
HexFEAEE001FC01426254
Octal376256340037140502142124
Binary1111111010101110111000000111111100010100001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEE0; }

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

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

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

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

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

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

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

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