Shades of Lavender Rose #FDAADF
Tints of Lavender Rose #FDAADF
RGB
CMYK
RGB Variations
Color information
#FDAADF (or 0xFDAADF) is known color: Lavender Rose. HEX triplet: FD, AA and DF. RGB value is (253,170,223). Sum of RGB (Red+Green+Blue) = 253+170+223=646 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.16% from 646); Green value is 170 (66.80% from 255 or 26.32% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAADF is #025520. Grayscale: #C8C8C8. Windows color (decimal): -152865 or 14658301. OLE color: 14658301.
HSL color Cylindrical-coordinate representation of color #FDAADF: hue angle of 321.69º 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 #FDAADF is Cyan = 0, Magento = 0.33, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 170 | 223 | - |
| CMYK | 0 | 0.33 | 0.12 | 0.01 |
| HSL | 321.69º | 0.95% | 0.83% | - |
| HSV(B) | 321.69º | 0.33% | 0.99% | - |
| XYZ | 68.2 | 54.96 | 76.83 | - |
| YUV | 200.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 170 | 223 | 0 | 0.33 | 0.12 | 0.01 | 321.69 | 0.95 | 0.83 |
| Hex | FD | AA | DF | 0 | 21 | C | 1 | 142 | 5F | 53 |
| Octal | 375 | 252 | 337 | 0 | 41 | 14 | 1 | 502 | 137 | 123 |
| Binary | 11111101 | 10101010 | 11011111 | 0 | 100001 | 1100 | 1 | 101000010 | 1011111 | 1010011 |
Color Harmonies of #FDAADF
Complementary color
Monochromatic Colors of #FDAADF
Black with #FDAADF
Text Example
Text Example
White with #FDAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAADF; }
p { color: rgb(253,170,223); }
H1.HeaderClassName
{
color: #FDAADF;
}
.AnyTagClassName
{
color: #FDAADF;
}
</style>
background-color css
<style>
a { background-color: #FDAADF; }
a { background-color: rgb(253,170,223); }
div.DivClassName
{
background-color: #FDAADF;
}
.BgClassName
{
background-color: #FDAADF;
}
</style>
border-color css
<style>
span { border-color: #FDAADF; }
span { border-color: rgb(253,170,223); }
td.TdClassName
{
border-color: #FDAADF;
}
.TagClassName
{
border-color: #FDAADF;
}
</style>