#FF9DEC

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

Shades of Lavender Rose #FF9DEC

Tints of Lavender Rose #FF9DEC

Color information

#FF9DEC (or 0xFF9DEC) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and EC. RGB value is (255,157,236). Sum of RGB (Red+Green+Blue) = 255+157+236=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 157 (61.72% from 255 or 24.23% from 648); Blue value is 236 (92.58% from 255 or 36.42% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DEC is #006213. Grayscale: #C3C3C3. Windows color (decimal): -25108 or 15506943. OLE color: 15506943.

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

Color convert

RGB255157236-
CMYK00.380.070
HSL311.63º100%80.78%-
HSV(B)311.63º38.43%100%-
XYZ68.4451.4385.68-
YUV195.31150.97170.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.35%
GREEN value IS 157 (61.72% from 255) = 24.23%
BLUE value IS 236 (92.58% from 255) = 36.42%
R=39.35%
G=24.23%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515723600.380.070311.6310080.78
HexFF9DEC026701386451
Octal37723535404670470144121
Binary1111111110011101111011000100110111010011100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DEC; }

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

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

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

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

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

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

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

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