#FEA0DE

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

Shades of Lavender Rose #FEA0DE

Tints of Lavender Rose #FEA0DE

Color information

#FEA0DE (or 0xFEA0DE) is unknown color: approx Lavender Rose. HEX triplet: FE, A0 and DE. RGB value is (254,160,222). Sum of RGB (Red+Green+Blue) = 254+160+222=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 160 (62.89% from 255 or 25.16% from 636); Blue value is 222 (87.11% from 255 or 34.91% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0DE is #015F21. Grayscale: #C3C3C3. Windows color (decimal): -89890 or 14590206. OLE color: 14590206.

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

Color convert

RGB254160222-
CMYK00.370.130.00
HSL320.43º97.92%81.18%-
HSV(B)320.43º37.01%99.61%-
XYZ66.6351.4975.53-
YUV195.17143.14169.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.94%
GREEN value IS 160 (62.89% from 255) = 25.16%
BLUE value IS 222 (87.11% from 255) = 34.91%
R=39.94%
G=25.16%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416022200.370.130.00320.4397.9281.18
HexFEA0DE025D01406251
Octal376240336045150500142121
Binary11111110101000001101111001001011101010100000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0DE; }

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

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

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

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

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

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

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

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