#FEA8EE

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

Shades of Lavender Rose #FEA8EE

Tints of Lavender Rose #FEA8EE

Color information

#FEA8EE (or 0xFEA8EE) is unknown color: approx Lavender Rose. HEX triplet: FE, A8 and EE. RGB value is (254,168,238). Sum of RGB (Red+Green+Blue) = 254+168+238=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8EE is #015711. Grayscale: #C9C9C9. Windows color (decimal): -87826 or 15640830. OLE color: 15640830.

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

Color convert

RGB254168238-
CMYK00.340.060.00
HSL311.16º97.73%82.75%-
HSV(B)311.16º33.86%99.61%-
XYZ70.3155.2587.85-
YUV201.69148.49165.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 168 (66.02% from 255) = 25.45%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=38.48%
G=25.45%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416823800.340.060.00311.1697.7382.75
HexFEA8EE022601376253
Octal37625035604260467142123
Binary1111111010101000111011100100010110010011011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA8EE; }

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

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

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

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

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

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

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

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