#FEA0EB

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

Shades of Lavender Rose #FEA0EB

Tints of Lavender Rose #FEA0EB

Color information

#FEA0EB (or 0xFEA0EB) is unknown color: approx Lavender Rose. HEX triplet: FE, A0 and EB. RGB value is (254,160,235). Sum of RGB (Red+Green+Blue) = 254+160+235=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 160 (62.89% from 255 or 24.65% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0EB is #015F14. Grayscale: #C4C4C4. Windows color (decimal): -89877 or 15442174. OLE color: 15442174.

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

Color convert

RGB254160235-
CMYK00.370.070.00
HSL312.13º97.92%81.18%-
HSV(B)312.13º37.01%99.61%-
XYZ68.4452.2185.07-
YUV196.66149.64168.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 160 (62.89% from 255) = 24.65%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=39.14%
G=24.65%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416023500.370.070.00312.1397.9281.18
HexFEA0EB025701386251
Octal37624035304570470142121
Binary1111111010100000111010110100101111010011100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0EB; }

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

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

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

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

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

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

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

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