Shades of Lavender Rose #FDA2DD
Tints of Lavender Rose #FDA2DD
RGB
CMYK
RGB Variations
Color information
#FDA2DD (or 0xFDA2DD) is known color: Lavender Rose. HEX triplet: FD, A2 and DD. RGB value is (253,162,221). Sum of RGB (Red+Green+Blue) = 253+162+221=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 162 (63.67% from 255 or 25.47% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2DD is #025D22. Grayscale: #C3C3C3. Windows color (decimal): -154915 or 14525181. OLE color: 14525181.
HSL color Cylindrical-coordinate representation of color #FDA2DD: hue angle of 321.1º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2DD is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 221 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.01 |
| HSL | 321.1º | 0.96% | 0.81% | - |
| HSV(B) | 321.1º | 0.36% | 0.99% | - |
| XYZ | 66.48 | 51.94 | 74.93 | - |
| YUV | 195.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 221 | 0 | 0.36 | 0.13 | 0.01 | 321.1 | 0.96 | 0.81 |
| Hex | FD | A2 | DD | 0 | 24 | D | 1 | 141 | 60 | 51 |
| Octal | 375 | 242 | 335 | 0 | 44 | 15 | 1 | 501 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11011101 | 0 | 100100 | 1101 | 1 | 101000001 | 1100000 | 1010001 |
Color Harmonies of #FDA2DD
Complementary color
Monochromatic Colors of #FDA2DD
Black with #FDA2DD
Text Example
Text Example
White with #FDA2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2DD; }
p { color: rgb(253,162,221); }
H1.HeaderClassName
{
color: #FDA2DD;
}
.AnyTagClassName
{
color: #FDA2DD;
}
</style>
background-color css
<style>
a { background-color: #FDA2DD; }
a { background-color: rgb(253,162,221); }
div.DivClassName
{
background-color: #FDA2DD;
}
.BgClassName
{
background-color: #FDA2DD;
}
</style>
border-color css
<style>
span { border-color: #FDA2DD; }
span { border-color: rgb(253,162,221); }
td.TdClassName
{
border-color: #FDA2DD;
}
.TagClassName
{
border-color: #FDA2DD;
}
</style>