#FEA3EC

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

Shades of Lavender Rose #FEA3EC

Tints of Lavender Rose #FEA3EC

Color information

#FEA3EC (or 0xFEA3EC) is unknown color: approx Lavender Rose. HEX triplet: FE, A3 and EC. RGB value is (254,163,236). Sum of RGB (Red+Green+Blue) = 254+163+236=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 163 (64.06% from 255 or 24.96% from 653); Blue value is 236 (92.58% from 255 or 36.14% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA3EC is #015C13. Grayscale: #C6C6C6. Windows color (decimal): -89108 or 15508478. OLE color: 15508478.

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

Color convert

RGB254163236-
CMYK00.360.070.00
HSL311.87º97.85%81.76%-
HSV(B)311.87º35.83%99.61%-
XYZ69.1153.3286.01-
YUV198.53149.15167.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.90%
GREEN value IS 163 (64.06% from 255) = 24.96%
BLUE value IS 236 (92.58% from 255) = 36.14%
R=38.90%
G=24.96%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416323600.360.070.00311.8797.8581.76
HexFEA3EC024701386252
Octal37624335404470470142122
Binary1111111010100011111011000100100111010011100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3EC; }

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

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

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

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

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

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

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

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