Shades of Lavender Rose #FDA3DD
Tints of Lavender Rose #FDA3DD
RGB
CMYK
RGB Variations
Color information
#FDA3DD (or 0xFDA3DD) is known color: Lavender Rose. HEX triplet: FD, A3 and DD. RGB value is (253,163,221). Sum of RGB (Red+Green+Blue) = 253+163+221=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 163 (64.06% from 255 or 25.59% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3DD is #025C22. Grayscale: #C4C4C4. Windows color (decimal): -154659 or 14525437. OLE color: 14525437.
HSL color Cylindrical-coordinate representation of color #FDA3DD: hue angle of 321.33º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3DD is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 221 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.01 |
| HSL | 321.33º | 0.96% | 0.82% | - |
| HSV(B) | 321.33º | 0.36% | 0.99% | - |
| XYZ | 66.66 | 52.3 | 74.99 | - |
| YUV | 196.52 | 141.82 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 221 | 0 | 0.36 | 0.13 | 0.01 | 321.33 | 0.96 | 0.82 |
| Hex | FD | A3 | DD | 0 | 24 | D | 1 | 141 | 60 | 52 |
| Octal | 375 | 243 | 335 | 0 | 44 | 15 | 1 | 501 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11011101 | 0 | 100100 | 1101 | 1 | 101000001 | 1100000 | 1010010 |
Color Harmonies of #FDA3DD
Complementary color
Monochromatic Colors of #FDA3DD
Black with #FDA3DD
Text Example
Text Example
White with #FDA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3DD; }
p { color: rgb(253,163,221); }
H1.HeaderClassName
{
color: #FDA3DD;
}
.AnyTagClassName
{
color: #FDA3DD;
}
</style>
background-color css
<style>
a { background-color: #FDA3DD; }
a { background-color: rgb(253,163,221); }
div.DivClassName
{
background-color: #FDA3DD;
}
.BgClassName
{
background-color: #FDA3DD;
}
</style>
border-color css
<style>
span { border-color: #FDA3DD; }
span { border-color: rgb(253,163,221); }
td.TdClassName
{
border-color: #FDA3DD;
}
.TagClassName
{
border-color: #FDA3DD;
}
</style>