#FE9EEB

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

Shades of Lavender Rose #FE9EEB

Tints of Lavender Rose #FE9EEB

Color information

#FE9EEB (or 0xFE9EEB) is unknown color: approx Lavender Rose. HEX triplet: FE, 9E and EB. RGB value is (254,158,235). Sum of RGB (Red+Green+Blue) = 254+158+235=647 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.26% from 647); Green value is 158 (62.11% from 255 or 24.42% from 647); Blue value is 235 (92.19% from 255 or 36.32% from 647); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9EEB is #016114. Grayscale: #C3C3C3. Windows color (decimal): -90389 or 15441662. OLE color: 15441662.

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

Color convert

RGB254158235-
CMYK00.380.070.00
HSL311.88º97.96%80.78%-
HSV(B)311.88º37.8%99.61%-
XYZ68.151.5284.95-
YUV195.48150.3169.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.26%
GREEN value IS 158 (62.11% from 255) = 24.42%
BLUE value IS 235 (92.19% from 255) = 36.32%
R=39.26%
G=24.42%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415823500.380.070.00311.8897.9680.78
HexFE9EEB026701386251
Octal37623635304670470142121
Binary1111111010011110111010110100110111010011100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9EEB; }

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

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

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

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

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

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

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

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