#FEA6EE

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

Shades of Lavender Rose #FEA6EE

Tints of Lavender Rose #FEA6EE

Color information

#FEA6EE (or 0xFEA6EE) is unknown color: approx Lavender Rose. HEX triplet: FE, A6 and EE. RGB value is (254,166,238). Sum of RGB (Red+Green+Blue) = 254+166+238=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 166 (65.23% from 255 or 25.23% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA6EE is #015911. Grayscale: #C8C8C8. Windows color (decimal): -88338 or 15640318. OLE color: 15640318.

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

Color convert

RGB254166238-
CMYK00.350.060.00
HSL310.91º97.78%82.35%-
HSV(B)310.91º34.65%99.61%-
XYZ69.9454.5287.73-
YUV200.52149.15166.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 166 (65.23% from 255) = 25.23%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=38.60%
G=25.23%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416623800.350.060.00310.9197.7882.35
HexFEA6EE023601376252
Octal37624635604360467142122
Binary1111111010100110111011100100011110010011011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA6EE; }

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

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

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

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

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

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

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

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