#FEA9EE

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

Shades of Lavender Rose #FEA9EE

Tints of Lavender Rose #FEA9EE

Color information

#FEA9EE (or 0xFEA9EE) is unknown color: approx Lavender Rose. HEX triplet: FE, A9 and EE. RGB value is (254,169,238). Sum of RGB (Red+Green+Blue) = 254+169+238=661 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.43% from 661); Green value is 169 (66.41% from 255 or 25.57% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9EE is #015611. Grayscale: #CACACA. Windows color (decimal): -87570 or 15641086. OLE color: 15641086.

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

Color convert

RGB254169238-
CMYK00.330.060.00
HSL311.29º97.7%82.94%-
HSV(B)311.29º33.46%99.61%-
XYZ70.4955.6287.91-
YUV202.28148.16164.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.43%
GREEN value IS 169 (66.41% from 255) = 25.57%
BLUE value IS 238 (93.36% from 255) = 36.01%
R=38.43%
G=25.57%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416923800.330.060.00311.2997.782.94
HexFEA9EE021601376253
Octal37625135604160467142123
Binary1111111010101001111011100100001110010011011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA9EE; }

 p { color: rgb(254,169,238); }

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

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

 a { background-color: rgb(254,169,238); }

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

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

 span { border-color: rgb(254,169,238); }

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