Shades of Lavender Rose #FFAAF8
Tints of Lavender Rose #FFAAF8
RGB
CMYK
RGB Variations
Color information
#FFAAF8 (or 0xFFAAF8) is known color: Lavender Rose. HEX triplet: FF, AA and F8. RGB value is (255,170,248). Sum of RGB (Red+Green+Blue) = 255+170+248=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 170 (66.80% from 255 or 25.26% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF8 is #005507. Grayscale: #CCCCCC. Windows color (decimal): -21768 or 16296703. OLE color: 16296703.
HSL color Cylindrical-coordinate representation of color #FFAAF8: hue angle of 304.94º 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 #FFAAF8 is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 248 | - |
| CMYK | 0 | 0.33 | 0.03 | 0 |
| HSL | 304.94º | 1% | 0.83% | - |
| HSV(B) | 304.94º | 0.33% | 1% | - |
| XYZ | 72.56 | 56.79 | 95.94 | - |
| YUV | 204.31 | 152.66 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 248 | 0 | 0.33 | 0.03 | 0 | 304.94 | 1 | 0.83 |
| Hex | FF | AA | F8 | 0 | 21 | 3 | 0 | 131 | 64 | 53 |
| Octal | 377 | 252 | 370 | 0 | 41 | 3 | 0 | 461 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11111000 | 0 | 100001 | 11 | 0 | 100110001 | 1100100 | 1010011 |
Color Harmonies of #FFAAF8
Complementary color
Monochromatic Colors of #FFAAF8
Black with #FFAAF8
Text Example
Text Example
White with #FFAAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAF8; }
p { color: rgb(255,170,248); }
H1.HeaderClassName
{
color: #FFAAF8;
}
.AnyTagClassName
{
color: #FFAAF8;
}
</style>
background-color css
<style>
a { background-color: #FFAAF8; }
a { background-color: rgb(255,170,248); }
div.DivClassName
{
background-color: #FFAAF8;
}
.BgClassName
{
background-color: #FFAAF8;
}
</style>
border-color css
<style>
span { border-color: #FFAAF8; }
span { border-color: rgb(255,170,248); }
td.TdClassName
{
border-color: #FFAAF8;
}
.TagClassName
{
border-color: #FFAAF8;
}
</style>