#FF9EEE

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

Shades of Lavender Rose #FF9EEE

Tints of Lavender Rose #FF9EEE

Color information

#FF9EEE (or 0xFF9EEE) is unknown color: approx Lavender Rose. HEX triplet: FF, 9E and EE. RGB value is (255,158,238). Sum of RGB (Red+Green+Blue) = 255+158+238=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9EEE is #006111. Grayscale: #C3C3C3. Windows color (decimal): -24850 or 15638271. OLE color: 15638271.

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

Color convert

RGB255158238-
CMYK00.380.070
HSL310.52º100%80.98%-
HSV(B)310.52º38.04%100%-
XYZ68.951.8987.27-
YUV196.12151.64170-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 158 (62.11% from 255) = 24.27%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=39.17%
G=24.27%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515823800.380.070310.5210080.98
HexFF9EEE026701376451
Octal37723635604670467144121
Binary1111111110011110111011100100110111010011011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9EEE; }

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

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

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

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

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

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

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

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