#FF9DE6

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

Shades of Lavender Rose #FF9DE6

Tints of Lavender Rose #FF9DE6

Color information

#FF9DE6 (or 0xFF9DE6) is unknown color: approx Lavender Rose. HEX triplet: FF, 9D and E6. RGB value is (255,157,230). Sum of RGB (Red+Green+Blue) = 255+157+230=642 (85% of max value = 765). Red value is 255 (100% from 255 or 39.72% from 642); Green value is 157 (61.72% from 255 or 24.45% from 642); Blue value is 230 (90.23% from 255 or 35.83% from 642); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DE6 is #006219. Grayscale: #C2C2C2. Windows color (decimal): -25114 or 15113727. OLE color: 15113727.

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

Color convert

RGB255157230-
CMYK00.380.100
HSL315.31º100%80.78%-
HSV(B)315.31º38.43%100%-
XYZ67.5851.0981.16-
YUV194.62147.97171.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.72%
GREEN value IS 157 (61.72% from 255) = 24.45%
BLUE value IS 230 (90.23% from 255) = 35.83%
R=39.72%
G=24.45%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515723000.380.100315.3110080.78
HexFF9DE6026A013b6451
Octal377235346046120473144121
Binary11111111100111011110011001001101010010011101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DE6; }

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

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

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

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

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

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

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

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