Shades of Lavender Rose #FF9DED
Tints of Lavender Rose #FF9DED
RGB
CMYK
RGB Variations
Color information
#FF9DED (or 0xFF9DED) is known color: Lavender Rose. HEX triplet: FF, 9D and ED. RGB value is (255,157,237). Sum of RGB (Red+Green+Blue) = 255+157+237=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 157 (61.72% from 255 or 24.19% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9DED is #006212. Grayscale: #C3C3C3. Windows color (decimal): -25107 or 15572479. OLE color: 15572479.
HSL color Cylindrical-coordinate representation of color #FF9DED: hue angle of 311.02º 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 #FF9DED is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 237 | - |
| CMYK | 0 | 0.38 | 0.07 | 0 |
| HSL | 311.02º | 1% | 0.81% | - |
| HSV(B) | 311.02º | 0.38% | 1% | - |
| XYZ | 68.58 | 51.49 | 86.44 | - |
| YUV | 195.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 237 | 0 | 0.38 | 0.07 | 0 | 311.02 | 1 | 0.81 |
| Hex | FF | 9D | ED | 0 | 26 | 7 | 0 | 137 | 64 | 51 |
| Octal | 377 | 235 | 355 | 0 | 46 | 7 | 0 | 467 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11101101 | 0 | 100110 | 111 | 0 | 100110111 | 1100100 | 1010001 |
Color Harmonies of #FF9DED
Complementary color
Monochromatic Colors of #FF9DED
Black with #FF9DED
Text Example
Text Example
White with #FF9DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DED; }
p { color: rgb(255,157,237); }
H1.HeaderClassName
{
color: #FF9DED;
}
.AnyTagClassName
{
color: #FF9DED;
}
</style>
background-color css
<style>
a { background-color: #FF9DED; }
a { background-color: rgb(255,157,237); }
div.DivClassName
{
background-color: #FF9DED;
}
.BgClassName
{
background-color: #FF9DED;
}
</style>
border-color css
<style>
span { border-color: #FF9DED; }
span { border-color: rgb(255,157,237); }
td.TdClassName
{
border-color: #FF9DED;
}
.TagClassName
{
border-color: #FF9DED;
}
</style>