Shades of Lavender Rose #FDA0D8
Tints of Lavender Rose #FDA0D8
RGB
CMYK
RGB Variations
Color information
#FDA0D8 (or 0xFDA0D8) is known color: Lavender Rose. HEX triplet: FD, A0 and D8. RGB value is (253,160,216). Sum of RGB (Red+Green+Blue) = 253+160+216=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 160 (62.89% from 255 or 25.44% from 629); Blue value is 216 (84.77% from 255 or 34.34% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0D8 is #025F27. Grayscale: #C2C2C2. Windows color (decimal): -155432 or 14196989. OLE color: 14196989.
HSL color Cylindrical-coordinate representation of color #FDA0D8: hue angle of 323.87º 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 #FDA0D8 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 216 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.01 |
| HSL | 323.87º | 0.96% | 0.81% | - |
| HSV(B) | 323.87º | 0.37% | 0.99% | - |
| XYZ | 65.47 | 50.98 | 71.36 | - |
| YUV | 194.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 216 | 0 | 0.37 | 0.15 | 0.01 | 323.87 | 0.96 | 0.81 |
| Hex | FD | A0 | D8 | 0 | 25 | F | 1 | 144 | 60 | 51 |
| Octal | 375 | 240 | 330 | 0 | 45 | 17 | 1 | 504 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11011000 | 0 | 100101 | 1111 | 1 | 101000100 | 1100000 | 1010001 |
Color Harmonies of #FDA0D8
Complementary color
Monochromatic Colors of #FDA0D8
Black with #FDA0D8
Text Example
Text Example
White with #FDA0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0D8; }
p { color: rgb(253,160,216); }
H1.HeaderClassName
{
color: #FDA0D8;
}
.AnyTagClassName
{
color: #FDA0D8;
}
</style>
background-color css
<style>
a { background-color: #FDA0D8; }
a { background-color: rgb(253,160,216); }
div.DivClassName
{
background-color: #FDA0D8;
}
.BgClassName
{
background-color: #FDA0D8;
}
</style>
border-color css
<style>
span { border-color: #FDA0D8; }
span { border-color: rgb(253,160,216); }
td.TdClassName
{
border-color: #FDA0D8;
}
.TagClassName
{
border-color: #FDA0D8;
}
</style>