#FF9EEB

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

Shades of Lavender Rose #FF9EEB

Tints of Lavender Rose #FF9EEB

Color information

#FF9EEB (or 0xFF9EEB) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and EB. RGB value is (255,158,235). Sum of RGB (Red+Green+Blue) = 255+158+235=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 158 (62.11% from 255 or 24.38% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EEB is #006114. Grayscale: #C3C3C3. Windows color (decimal): -24853 or 15441663. OLE color: 15441663.

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

Color convert

RGB255158235-
CMYK00.380.080
HSL312.37º100%80.98%-
HSV(B)312.37º38.04%100%-
XYZ68.4651.7184.97-
YUV195.78150.14170.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 158 (62.11% from 255) = 24.38%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=39.35%
G=24.38%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515823500.380.080312.3710080.98
HexFF9EEB026801386451
Octal377236353046100470144121
Binary11111111100111101110101101001101000010011100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EEB; }

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

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

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

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

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

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

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

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