#FEA2E0

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

Shades of Lavender Rose #FEA2E0

Tints of Lavender Rose #FEA2E0

Color information

#FEA2E0 (or 0xFEA2E0) is unknown color: approx Lavender Rose. HEX triplet: FE, A2 and E0. RGB value is (254,162,224). Sum of RGB (Red+Green+Blue) = 254+162+224=640 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.69% from 640); Green value is 162 (63.67% from 255 or 25.31% from 640); Blue value is 224 (87.89% from 255 or 35% from 640); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2E0 is #015D1F. Grayscale: #C4C4C4. Windows color (decimal): -89376 or 14721790. OLE color: 14721790.

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

Color convert

RGB254162224-
CMYK00.360.120.00
HSL319.57º97.87%81.57%-
HSV(B)319.57º36.22%99.61%-
XYZ67.2552.2977.07-
YUV196.58143.48168.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.69%
GREEN value IS 162 (63.67% from 255) = 25.31%
BLUE value IS 224 (87.89% from 255) = 35%
R=39.69%
G=25.31%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416222400.360.120.00319.5797.8781.57
HexFEA2E0024C01406252
Octal376242340044140500142122
Binary11111110101000101110000001001001100010100000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA2E0; }

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

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

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

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

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

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

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

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