Shades of Lavender Rose #FFAAF4
Tints of Lavender Rose #FFAAF4
RGB
CMYK
RGB Variations
Color information
#FFAAF4 (or 0xFFAAF4) is known color: Lavender Rose. HEX triplet: FF, AA and F4. RGB value is (255,170,244). Sum of RGB (Red+Green+Blue) = 255+170+244=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 170 (66.80% from 255 or 25.41% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF4 is #00550B. Grayscale: #CBCBCB. Windows color (decimal): -21772 or 16034559. OLE color: 16034559.
HSL color Cylindrical-coordinate representation of color #FFAAF4: hue angle of 307.76º 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 #FFAAF4 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 244 | - |
| CMYK | 0 | 0.33 | 0.04 | 0 |
| HSL | 307.76º | 1% | 0.83% | - |
| HSV(B) | 307.76º | 0.33% | 1% | - |
| XYZ | 71.94 | 56.54 | 92.71 | - |
| YUV | 203.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 244 | 0 | 0.33 | 0.04 | 0 | 307.76 | 1 | 0.83 |
| Hex | FF | AA | F4 | 0 | 21 | 4 | 0 | 134 | 64 | 53 |
| Octal | 377 | 252 | 364 | 0 | 41 | 4 | 0 | 464 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11110100 | 0 | 100001 | 100 | 0 | 100110100 | 1100100 | 1010011 |
Color Harmonies of #FFAAF4
Complementary color
Monochromatic Colors of #FFAAF4
Black with #FFAAF4
Text Example
Text Example
White with #FFAAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAF4; }
p { color: rgb(255,170,244); }
H1.HeaderClassName
{
color: #FFAAF4;
}
.AnyTagClassName
{
color: #FFAAF4;
}
</style>
background-color css
<style>
a { background-color: #FFAAF4; }
a { background-color: rgb(255,170,244); }
div.DivClassName
{
background-color: #FFAAF4;
}
.BgClassName
{
background-color: #FFAAF4;
}
</style>
border-color css
<style>
span { border-color: #FFAAF4; }
span { border-color: rgb(255,170,244); }
td.TdClassName
{
border-color: #FFAAF4;
}
.TagClassName
{
border-color: #FFAAF4;
}
</style>