Shades of Lavender Rose #FFAADF
Tints of Lavender Rose #FFAADF
RGB
CMYK
RGB Variations
Color information
#FFAADF (or 0xFFAADF) is known color: Lavender Rose. HEX triplet: FF, AA and DF. RGB value is (255,170,223). Sum of RGB (Red+Green+Blue) = 255+170+223=648 (85% of max value = 765). Red value is 255 (100% from 255 or 39.35% from 648); Green value is 170 (66.80% from 255 or 26.23% from 648); Blue value is 223 (87.5% from 255 or 34.41% from 648); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAADF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAADF is #005520. Grayscale: #C9C9C9. Windows color (decimal): -21793 or 14658303. OLE color: 14658303.
HSL color Cylindrical-coordinate representation of color #FFAADF: hue angle of 322.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAADF is Cyan = 0, Magento = 0.33, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 223 | - |
| CMYK | 0 | 0.33 | 0.13 | 0 |
| HSL | 322.59º | 1% | 0.83% | - |
| HSV(B) | 322.59º | 0.33% | 1% | - |
| XYZ | 68.93 | 55.34 | 76.86 | - |
| YUV | 201.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 223 | 0 | 0.33 | 0.13 | 0 | 322.59 | 1 | 0.83 |
| Hex | FF | AA | DF | 0 | 21 | D | 0 | 143 | 64 | 53 |
| Octal | 377 | 252 | 337 | 0 | 41 | 15 | 0 | 503 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11011111 | 0 | 100001 | 1101 | 0 | 101000011 | 1100100 | 1010011 |
Color Harmonies of #FFAADF
Complementary color
Monochromatic Colors of #FFAADF
Black with #FFAADF
Text Example
Text Example
White with #FFAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAADF; }
p { color: rgb(255,170,223); }
H1.HeaderClassName
{
color: #FFAADF;
}
.AnyTagClassName
{
color: #FFAADF;
}
</style>
background-color css
<style>
a { background-color: #FFAADF; }
a { background-color: rgb(255,170,223); }
div.DivClassName
{
background-color: #FFAADF;
}
.BgClassName
{
background-color: #FFAADF;
}
</style>
border-color css
<style>
span { border-color: #FFAADF; }
span { border-color: rgb(255,170,223); }
td.TdClassName
{
border-color: #FFAADF;
}
.TagClassName
{
border-color: #FFAADF;
}
</style>