#FEA5EC

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

Shades of Lavender Rose #FEA5EC

Tints of Lavender Rose #FEA5EC

Color information

#FEA5EC (or 0xFEA5EC) is unknown color: approx Lavender Rose. HEX triplet: FE, A5 and EC. RGB value is (254,165,236). Sum of RGB (Red+Green+Blue) = 254+165+236=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5EC is #015A13. Grayscale: #C7C7C7. Windows color (decimal): -88596 or 15508990. OLE color: 15508990.

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

Color convert

RGB254165236-
CMYK00.350.070.00
HSL312.13º97.8%82.16%-
HSV(B)312.13º35.04%99.61%-
XYZ69.4754.0486.13-
YUV199.7148.49166.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.78%
GREEN value IS 165 (64.84% from 255) = 25.19%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=38.78%
G=25.19%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416523600.350.070.00312.1397.882.16
HexFEA5EC023701386252
Octal37624535404370470142122
Binary1111111010100101111011000100011111010011100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5EC; }

 p { color: rgb(254,165,236); }

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

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

 a { background-color: rgb(254,165,236); }

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

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

 span { border-color: rgb(254,165,236); }

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