Shades of Lavender Rose #FFAAFB
Tints of Lavender Rose #FFAAFB
RGB
CMYK
RGB Variations
Color information
#FFAAFB (or 0xFFAAFB) is known color: Lavender Rose. HEX triplet: FF, AA and FB. RGB value is (255,170,251). Sum of RGB (Red+Green+Blue) = 255+170+251=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 170 (66.80% from 255 or 25.15% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAFB is #005504. Grayscale: #CCCCCC. Windows color (decimal): -21765 or 16493311. OLE color: 16493311.
HSL color Cylindrical-coordinate representation of color #FFAAFB: hue angle of 302.82º 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 #FFAAFB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 251 | - |
| CMYK | 0 | 0.33 | 0.02 | 0 |
| HSL | 302.82º | 1% | 0.83% | - |
| HSV(B) | 302.82º | 0.33% | 1% | - |
| XYZ | 73.03 | 56.97 | 98.42 | - |
| YUV | 204.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 251 | 0 | 0.33 | 0.02 | 0 | 302.82 | 1 | 0.83 |
| Hex | FF | AA | FB | 0 | 21 | 2 | 0 | 12F | 64 | 53 |
| Octal | 377 | 252 | 373 | 0 | 41 | 2 | 0 | 457 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11111011 | 0 | 100001 | 10 | 0 | 100101111 | 1100100 | 1010011 |
Color Harmonies of #FFAAFB
Complementary color
Monochromatic Colors of #FFAAFB
Black with #FFAAFB
Text Example
Text Example
White with #FFAAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAFB; }
p { color: rgb(255,170,251); }
H1.HeaderClassName
{
color: #FFAAFB;
}
.AnyTagClassName
{
color: #FFAAFB;
}
</style>
background-color css
<style>
a { background-color: #FFAAFB; }
a { background-color: rgb(255,170,251); }
div.DivClassName
{
background-color: #FFAAFB;
}
.BgClassName
{
background-color: #FFAAFB;
}
</style>
border-color css
<style>
span { border-color: #FFAAFB; }
span { border-color: rgb(255,170,251); }
td.TdClassName
{
border-color: #FFAAFB;
}
.TagClassName
{
border-color: #FFAAFB;
}
</style>