Shades of Lavender Rose #FFAAF3
Tints of Lavender Rose #FFAAF3
RGB
CMYK
RGB Variations
Color information
#FFAAF3 (or 0xFFAAF3) is known color: Lavender Rose. HEX triplet: FF, AA and F3. RGB value is (255,170,243). Sum of RGB (Red+Green+Blue) = 255+170+243=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 170 (66.80% from 255 or 25.45% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAF3 is #00550C. Grayscale: #CBCBCB. Windows color (decimal): -21773 or 15969023. OLE color: 15969023.
HSL color Cylindrical-coordinate representation of color #FFAAF3: hue angle of 308.47º 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 #FFAAF3 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 243 | - |
| CMYK | 0 | 0.33 | 0.05 | 0 |
| HSL | 308.47º | 1% | 0.83% | - |
| HSV(B) | 308.47º | 0.33% | 1% | - |
| XYZ | 71.79 | 56.48 | 91.91 | - |
| YUV | 203.74 | 150.16 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 243 | 0 | 0.33 | 0.05 | 0 | 308.47 | 1 | 0.83 |
| Hex | FF | AA | F3 | 0 | 21 | 5 | 0 | 134 | 64 | 53 |
| Octal | 377 | 252 | 363 | 0 | 41 | 5 | 0 | 464 | 144 | 123 |
| Binary | 11111111 | 10101010 | 11110011 | 0 | 100001 | 101 | 0 | 100110100 | 1100100 | 1010011 |
Color Harmonies of #FFAAF3
Complementary color
Monochromatic Colors of #FFAAF3
Black with #FFAAF3
Text Example
Text Example
White with #FFAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAF3; }
p { color: rgb(255,170,243); }
H1.HeaderClassName
{
color: #FFAAF3;
}
.AnyTagClassName
{
color: #FFAAF3;
}
</style>
background-color css
<style>
a { background-color: #FFAAF3; }
a { background-color: rgb(255,170,243); }
div.DivClassName
{
background-color: #FFAAF3;
}
.BgClassName
{
background-color: #FFAAF3;
}
</style>
border-color css
<style>
span { border-color: #FFAAF3; }
span { border-color: rgb(255,170,243); }
td.TdClassName
{
border-color: #FFAAF3;
}
.TagClassName
{
border-color: #FFAAF3;
}
</style>