Shades of Lavender Rose #FDA8DD
Tints of Lavender Rose #FDA8DD
RGB
CMYK
RGB Variations
Color information
#FDA8DD (or 0xFDA8DD) is known color: Lavender Rose. HEX triplet: FD, A8 and DD. RGB value is (253,168,221). Sum of RGB (Red+Green+Blue) = 253+168+221=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 168 (66.02% from 255 or 26.17% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA8DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA8DD is #025722. Grayscale: #C7C7C7. Windows color (decimal): -153379 or 14526717. OLE color: 14526717.
HSL color Cylindrical-coordinate representation of color #FDA8DD: hue angle of 322.59º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FDA8DD is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 221 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.01 |
| HSL | 322.59º | 0.96% | 0.83% | - |
| HSV(B) | 322.59º | 0.34% | 0.99% | - |
| XYZ | 67.56 | 54.11 | 75.29 | - |
| YUV | 199.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 221 | 0 | 0.34 | 0.13 | 0.01 | 322.59 | 0.96 | 0.83 |
| Hex | FD | A8 | DD | 0 | 22 | D | 1 | 143 | 60 | 53 |
| Octal | 375 | 250 | 335 | 0 | 42 | 15 | 1 | 503 | 140 | 123 |
| Binary | 11111101 | 10101000 | 11011101 | 0 | 100010 | 1101 | 1 | 101000011 | 1100000 | 1010011 |
Color Harmonies of #FDA8DD
Complementary color
Monochromatic Colors of #FDA8DD
Black with #FDA8DD
Text Example
Text Example
White with #FDA8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA8DD; }
p { color: rgb(253,168,221); }
H1.HeaderClassName
{
color: #FDA8DD;
}
.AnyTagClassName
{
color: #FDA8DD;
}
</style>
background-color css
<style>
a { background-color: #FDA8DD; }
a { background-color: rgb(253,168,221); }
div.DivClassName
{
background-color: #FDA8DD;
}
.BgClassName
{
background-color: #FDA8DD;
}
</style>
border-color css
<style>
span { border-color: #FDA8DD; }
span { border-color: rgb(253,168,221); }
td.TdClassName
{
border-color: #FDA8DD;
}
.TagClassName
{
border-color: #FDA8DD;
}
</style>