#FEA0EA

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

Shades of Lavender Rose #FEA0EA

Tints of Lavender Rose #FEA0EA

Color information

#FEA0EA (or 0xFEA0EA) is unknown color: approx Lavender Rose. HEX triplet: FE, A0 and EA. RGB value is (254,160,234). Sum of RGB (Red+Green+Blue) = 254+160+234=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 160 (62.89% from 255 or 24.69% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0EA is #015F15. Grayscale: #C4C4C4. Windows color (decimal): -89878 or 15376638. OLE color: 15376638.

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

Color convert

RGB254160234-
CMYK00.370.080.00
HSL312.77º97.92%81.18%-
HSV(B)312.77º37.01%99.61%-
XYZ68.352.1584.31-
YUV196.54149.14168.98-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 160 (62.89% from 255) = 24.69%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=39.20%
G=24.69%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416023400.370.080.00312.7797.9281.18
HexFEA0EA025801396251
Octal376240352045100471142121
Binary11111110101000001110101001001011000010011100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0EA; }

 p { color: rgb(254,160,234); }

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

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

 a { background-color: rgb(254,160,234); }

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

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

 span { border-color: rgb(254,160,234); }

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