#FE9FEB

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

Shades of Lavender Rose #FE9FEB

Tints of Lavender Rose #FE9FEB

Color information

#FE9FEB (or 0xFE9FEB) is unknown color: approx Lavender Rose. HEX triplet: FE, 9F and EB. RGB value is (254,159,235). Sum of RGB (Red+Green+Blue) = 254+159+235=648 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.20% from 648); Green value is 159 (62.5% from 255 or 24.54% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9FEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FE9FEB is #016014. Grayscale: #C3C3C3. Windows color (decimal): -90133 or 15441918. OLE color: 15441918.

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

Color convert

RGB254159235-
CMYK00.370.070.00
HSL312º97.94%80.98%-
HSV(B)312º37.4%99.61%-
XYZ68.2751.8785.01-
YUV196.07149.97169.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.20%
GREEN value IS 159 (62.5% from 255) = 24.54%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=39.20%
G=24.54%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415923500.370.070.0031297.9480.98
HexFE9FEB025701386251
Octal37623735304570470142121
Binary1111111010011111111010110100101111010011100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9FEB; }

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

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

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

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

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

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

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

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