Shades of Lavender Rose #F8A9E2
Tints of Lavender Rose #F8A9E2
RGB
CMYK
RGB Variations
Color information
#F8A9E2 (or 0xF8A9E2) is known color: Lavender Rose. HEX triplet: F8, A9 and E2. RGB value is (248,169,226). Sum of RGB (Red+Green+Blue) = 248+169+226=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 169 (66.41% from 255 or 26.28% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A9E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A9E2 is #07561D. Grayscale: #C6C6C6. Windows color (decimal): -480798 or 14854648. OLE color: 14854648.
HSL color Cylindrical-coordinate representation of color #F8A9E2: hue angle of 316.71º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F8A9E2 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 169 | 226 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.03 |
| HSL | 316.71º | 0.85% | 0.82% | - |
| HSV(B) | 316.71º | 0.32% | 0.97% | - |
| XYZ | 66.63 | 53.82 | 78.83 | - |
| YUV | 199.12 | 143.17 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 169 | 226 | 0 | 0.32 | 0.09 | 0.03 | 316.71 | 0.85 | 0.82 |
| Hex | F8 | A9 | E2 | 0 | 20 | 9 | 3 | 13D | 55 | 52 |
| Octal | 370 | 251 | 342 | 0 | 40 | 11 | 3 | 475 | 125 | 122 |
| Binary | 11111000 | 10101001 | 11100010 | 0 | 100000 | 1001 | 11 | 100111101 | 1010101 | 1010010 |
Color Harmonies of #F8A9E2
Complementary color
Monochromatic Colors of #F8A9E2
Black with #F8A9E2
Text Example
Text Example
White with #F8A9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A9E2; }
p { color: rgb(248,169,226); }
H1.HeaderClassName
{
color: #F8A9E2;
}
.AnyTagClassName
{
color: #F8A9E2;
}
</style>
background-color css
<style>
a { background-color: #F8A9E2; }
a { background-color: rgb(248,169,226); }
div.DivClassName
{
background-color: #F8A9E2;
}
.BgClassName
{
background-color: #F8A9E2;
}
</style>
border-color css
<style>
span { border-color: #F8A9E2; }
span { border-color: rgb(248,169,226); }
td.TdClassName
{
border-color: #F8A9E2;
}
.TagClassName
{
border-color: #F8A9E2;
}
</style>