Shades of Lavender Rose #FDAADD
Tints of Lavender Rose #FDAADD
RGB
CMYK
RGB Variations
Color information
#FDAADD (or 0xFDAADD) is known color: Lavender Rose. HEX triplet: FD, AA and DD. RGB value is (253,170,221). Sum of RGB (Red+Green+Blue) = 253+170+221=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAADD is #025522. Grayscale: #C8C8C8. Windows color (decimal): -152867 or 14527229. OLE color: 14527229.
HSL color Cylindrical-coordinate representation of color #FDAADD: hue angle of 323.13º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAADD is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 221 | - |
| CMYK | 0 | 0.33 | 0.13 | 0.01 |
| HSL | 323.13º | 0.95% | 0.83% | - |
| HSV(B) | 323.13º | 0.33% | 0.99% | - |
| XYZ | 67.93 | 54.85 | 75.41 | - |
| YUV | 200.63 | 139.5 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 221 | 0 | 0.33 | 0.13 | 0.01 | 323.13 | 0.95 | 0.83 |
| Hex | FD | AA | DD | 0 | 21 | D | 1 | 143 | 5F | 53 |
| Octal | 375 | 252 | 335 | 0 | 41 | 15 | 1 | 503 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11011101 | 0 | 100001 | 1101 | 1 | 101000011 | 1011111 | 1010011 |
Color Harmonies of #FDAADD
Complementary color
Monochromatic Colors of #FDAADD
Black with #FDAADD
Text Example
Text Example
White with #FDAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAADD; }
p { color: rgb(253,170,221); }
H1.HeaderClassName
{
color: #FDAADD;
}
.AnyTagClassName
{
color: #FDAADD;
}
</style>
background-color css
<style>
a { background-color: #FDAADD; }
a { background-color: rgb(253,170,221); }
div.DivClassName
{
background-color: #FDAADD;
}
.BgClassName
{
background-color: #FDAADD;
}
</style>
border-color css
<style>
span { border-color: #FDAADD; }
span { border-color: rgb(253,170,221); }
td.TdClassName
{
border-color: #FDAADD;
}
.TagClassName
{
border-color: #FDAADD;
}
</style>