Shades of Lavender Rose #FD9FDD
Tints of Lavender Rose #FD9FDD
RGB
CMYK
RGB Variations
Color information
#FD9FDD (or 0xFD9FDD) is known color: Lavender Rose. HEX triplet: FD, 9F and DD. RGB value is (253,159,221). Sum of RGB (Red+Green+Blue) = 253+159+221=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 159 (62.5% from 255 or 25.12% from 633); Blue value is 221 (86.72% from 255 or 34.91% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9FDD is #026022. Grayscale: #C2C2C2. Windows color (decimal): -155683 or 14524413. OLE color: 14524413.
HSL color Cylindrical-coordinate representation of color #FD9FDD: hue angle of 320.43º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FD9FDD is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 159 | 221 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.01 |
| HSL | 320.43º | 0.96% | 0.81% | - |
| HSV(B) | 320.43º | 0.37% | 0.99% | - |
| XYZ | 65.96 | 50.9 | 74.75 | - |
| YUV | 194.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 159 | 221 | 0 | 0.37 | 0.13 | 0.01 | 320.43 | 0.96 | 0.81 |
| Hex | FD | 9F | DD | 0 | 25 | D | 1 | 140 | 60 | 51 |
| Octal | 375 | 237 | 335 | 0 | 45 | 15 | 1 | 500 | 140 | 121 |
| Binary | 11111101 | 10011111 | 11011101 | 0 | 100101 | 1101 | 1 | 101000000 | 1100000 | 1010001 |
Color Harmonies of #FD9FDD
Complementary color
Monochromatic Colors of #FD9FDD
Black with #FD9FDD
Text Example
Text Example
White with #FD9FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9FDD; }
p { color: rgb(253,159,221); }
H1.HeaderClassName
{
color: #FD9FDD;
}
.AnyTagClassName
{
color: #FD9FDD;
}
</style>
background-color css
<style>
a { background-color: #FD9FDD; }
a { background-color: rgb(253,159,221); }
div.DivClassName
{
background-color: #FD9FDD;
}
.BgClassName
{
background-color: #FD9FDD;
}
</style>
border-color css
<style>
span { border-color: #FD9FDD; }
span { border-color: rgb(253,159,221); }
td.TdClassName
{
border-color: #FD9FDD;
}
.TagClassName
{
border-color: #FD9FDD;
}
</style>