#FF9DEE

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

Shades of Lavender Rose #FF9DEE

Tints of Lavender Rose #FF9DEE

Color information

#FF9DEE (or 0xFF9DEE) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and EE. RGB value is (255,157,238). Sum of RGB (Red+Green+Blue) = 255+157+238=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DEE is #006211. Grayscale: #C3C3C3. Windows color (decimal): -25106 or 15638015. OLE color: 15638015.

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

Color convert

RGB255157238-
CMYK00.380.070
HSL310.41º100%80.78%-
HSV(B)310.41º38.43%100%-
XYZ68.7351.5587.22-
YUV195.54151.97170.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 157 (61.72% from 255) = 24.15%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=39.23%
G=24.15%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515723800.380.070310.4110080.78
HexFF9DEE026701366451
Octal37723535604670466144121
Binary1111111110011101111011100100110111010011011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DEE; }

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

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

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

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

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

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

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

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