Shades of Lavender Rose #F8AAE2
Tints of Lavender Rose #F8AAE2
RGB
CMYK
RGB Variations
Color information
#F8AAE2 (or 0xF8AAE2) is known color: Lavender Rose. HEX triplet: F8, AA and E2. RGB value is (248,170,226). Sum of RGB (Red+Green+Blue) = 248+170+226=644 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.51% from 644); Green value is 170 (66.80% from 255 or 26.40% from 644); Blue value is 226 (88.67% from 255 or 35.09% from 644); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AAE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8AAE2 is #07551D. Grayscale: #C7C7C7. Windows color (decimal): -480542 or 14854904. OLE color: 14854904.
HSL color Cylindrical-coordinate representation of color #F8AAE2: hue angle of 316.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8AAE2 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 170 | 226 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.03 |
| HSL | 316.92º | 0.85% | 0.82% | - |
| HSV(B) | 316.92º | 0.31% | 0.97% | - |
| XYZ | 66.81 | 54.2 | 78.89 | - |
| YUV | 199.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 170 | 226 | 0 | 0.31 | 0.09 | 0.03 | 316.92 | 0.85 | 0.82 |
| Hex | F8 | AA | E2 | 0 | 1F | 9 | 3 | 13D | 55 | 52 |
| Octal | 370 | 252 | 342 | 0 | 37 | 11 | 3 | 475 | 125 | 122 |
| Binary | 11111000 | 10101010 | 11100010 | 0 | 11111 | 1001 | 11 | 100111101 | 1010101 | 1010010 |
Color Harmonies of #F8AAE2
Complementary color
Monochromatic Colors of #F8AAE2
Black with #F8AAE2
Text Example
Text Example
White with #F8AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AAE2; }
p { color: rgb(248,170,226); }
H1.HeaderClassName
{
color: #F8AAE2;
}
.AnyTagClassName
{
color: #F8AAE2;
}
</style>
background-color css
<style>
a { background-color: #F8AAE2; }
a { background-color: rgb(248,170,226); }
div.DivClassName
{
background-color: #F8AAE2;
}
.BgClassName
{
background-color: #F8AAE2;
}
</style>
border-color css
<style>
span { border-color: #F8AAE2; }
span { border-color: rgb(248,170,226); }
td.TdClassName
{
border-color: #F8AAE2;
}
.TagClassName
{
border-color: #F8AAE2;
}
</style>