#FE99EB

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

Shades of Lavender Rose #FE99EB

Tints of Lavender Rose #FE99EB

Color information

#FE99EB (or 0xFE99EB) is unknown color: approx Lavender Rose. HEX triplet: FE, 99 and EB. RGB value is (254,153,235). Sum of RGB (Red+Green+Blue) = 254+153+235=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 153 (60.16% from 255 or 23.83% from 642); Blue value is 235 (92.19% from 255 or 36.60% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FE99EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE99EB is #016614. Grayscale: #C0C0C0. Windows color (decimal): -91669 or 15440382. OLE color: 15440382.

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

Color convert

RGB254153235-
CMYK00.400.070.00
HSL311.29º98.06%79.8%-
HSV(B)311.29º39.76%99.61%-
XYZ67.2649.8584.67-
YUV192.55151.96171.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.56%
GREEN value IS 153 (60.16% from 255) = 23.83%
BLUE value IS 235 (92.19% from 255) = 36.60%
R=39.56%
G=23.83%
B=36.60%

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
Decimal25415323500.400.070.00311.2998.0679.8
HexFE99EB028701376250
Octal37623135305070467142120
Binary1111111010011001111010110101000111010011011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE99EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE99EB; }

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

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

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

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

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

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

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

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