Shades of Lavender Rose #F5AAF0
Tints of Lavender Rose #F5AAF0
RGB
CMYK
RGB Variations
Color information
#F5AAF0 (or 0xF5AAF0) is known color: Lavender Rose. HEX triplet: F5, AA and F0. RGB value is (245,170,240). Sum of RGB (Red+Green+Blue) = 245+170+240=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 170 (66.80% from 255 or 25.95% from 655); Blue value is 240 (94.14% from 255 or 36.64% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AAF0 is #0A550F. Grayscale: #C8C8C8. Windows color (decimal): -677136 or 15772405. OLE color: 15772405.
HSL color Cylindrical-coordinate representation of color #F5AAF0: hue angle of 304º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAF0 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 240 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.04 |
| HSL | 304º | 0.79% | 0.81% | - |
| HSV(B) | 304º | 0.31% | 0.96% | - |
| XYZ | 67.76 | 54.45 | 89.38 | - |
| YUV | 200.41 | 150.35 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 240 | 0 | 0.31 | 0.02 | 0.04 | 304 | 0.79 | 0.81 |
| Hex | F5 | AA | F0 | 0 | 1F | 2 | 4 | 130 | 4F | 51 |
| Octal | 365 | 252 | 360 | 0 | 37 | 2 | 4 | 460 | 117 | 121 |
| Binary | 11110101 | 10101010 | 11110000 | 0 | 11111 | 10 | 100 | 100110000 | 1001111 | 1010001 |
Color Harmonies of #F5AAF0
Complementary color
Monochromatic Colors of #F5AAF0
Black with #F5AAF0
Text Example
Text Example
White with #F5AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AAF0; }
p { color: rgb(245,170,240); }
H1.HeaderClassName
{
color: #F5AAF0;
}
.AnyTagClassName
{
color: #F5AAF0;
}
</style>
background-color css
<style>
a { background-color: #F5AAF0; }
a { background-color: rgb(245,170,240); }
div.DivClassName
{
background-color: #F5AAF0;
}
.BgClassName
{
background-color: #F5AAF0;
}
</style>
border-color css
<style>
span { border-color: #F5AAF0; }
span { border-color: rgb(245,170,240); }
td.TdClassName
{
border-color: #F5AAF0;
}
.TagClassName
{
border-color: #F5AAF0;
}
</style>