#FEA1EE

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

Shades of Lavender Rose #FEA1EE

Tints of Lavender Rose #FEA1EE

Color information

#FEA1EE (or 0xFEA1EE) is unknown color: approx Lavender Rose. HEX triplet: FE, A1 and EE. RGB value is (254,161,238). Sum of RGB (Red+Green+Blue) = 254+161+238=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 161 (63.28% from 255 or 24.66% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA1EE is #015E11. Grayscale: #C5C5C5. Windows color (decimal): -89618 or 15639038. OLE color: 15639038.

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

Color convert

RGB254161238-
CMYK00.370.060.00
HSL310.32º97.89%81.37%-
HSV(B)310.32º36.61%99.61%-
XYZ69.0552.7387.43-
YUV197.58150.81168.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 161 (63.28% from 255) = 24.66%
BLUE value IS 238 (93.36% from 255) = 36.45%
R=38.90%
G=24.66%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416123800.370.060.00310.3297.8981.37
HexFEA1EE025601366251
Octal37624135604560466142121
Binary1111111010100001111011100100101110010011011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA1EE; }

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

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

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

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

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

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

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

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