#FEA3EE

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

Shades of Lavender Rose #FEA3EE

Tints of Lavender Rose #FEA3EE

Color information

#FEA3EE (or 0xFEA3EE) is unknown color: approx Lavender Rose. HEX triplet: FE, A3 and EE. RGB value is (254,163,238). Sum of RGB (Red+Green+Blue) = 254+163+238=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 163 (64.06% from 255 or 24.89% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3EE is #015C11. Grayscale: #C6C6C6. Windows color (decimal): -89106 or 15639550. OLE color: 15639550.

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

Color convert

RGB254163238-
CMYK00.360.060.00
HSL310.55º97.85%81.76%-
HSV(B)310.55º35.83%99.61%-
XYZ69.453.4487.55-
YUV198.76150.15167.4-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 163 (64.06% from 255) = 24.89%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=38.78%
G=24.89%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416323800.360.060.00310.5597.8581.76
HexFEA3EE024601376252
Octal37624335604460467142122
Binary1111111010100011111011100100100110010011011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3EE; }

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

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

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

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

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

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

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

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