#FE99EC

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

Shades of Lavender Rose #FE99EC

Tints of Lavender Rose #FE99EC

Color information

#FE99EC (or 0xFE99EC) is unknown color: approx Lavender Rose. HEX triplet: FE, 99 and EC. RGB value is (254,153,236). Sum of RGB (Red+Green+Blue) = 254+153+236=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 153 (60.16% from 255 or 23.79% from 643); Blue value is 236 (92.58% from 255 or 36.70% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99EC is #016613. Grayscale: #C0C0C0. Windows color (decimal): -91668 or 15505918. OLE color: 15505918.

HSL color Cylindrical-coordinate representation of color #FE99EC: hue angle of 310.69º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FE99EC is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254153236-
CMYK00.400.070.00
HSL310.69º98.06%79.8%-
HSV(B)310.69º39.76%99.61%-
XYZ67.449.9185.44-
YUV192.66152.46171.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.50%
GREEN value IS 153 (60.16% from 255) = 23.79%
BLUE value IS 236 (92.58% from 255) = 36.70%
R=39.50%
G=23.79%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415323600.400.070.00310.6998.0679.8
HexFE99EC028701376250
Octal37623135405070467142120
Binary1111111010011001111011000101000111010011011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99EC; }

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

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

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

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

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

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

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

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