Shades of Lavender Rose #F8A6E5
Tints of Lavender Rose #F8A6E5
RGB
CMYK
RGB Variations
Color information
#F8A6E5 (or 0xF8A6E5) is known color: Lavender Rose. HEX triplet: F8, A6 and E5. RGB value is (248,166,229). Sum of RGB (Red+Green+Blue) = 248+166+229=643 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.57% from 643); Green value is 166 (65.23% from 255 or 25.82% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A6E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8A6E5 is #07591A. Grayscale: #C5C5C5. Windows color (decimal): -481563 or 15050488. OLE color: 15050488.
HSL color Cylindrical-coordinate representation of color #F8A6E5: hue angle of 313.9º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F8A6E5 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 229 | - |
| CMYK | 0 | 0.33 | 0.08 | 0.03 |
| HSL | 313.9º | 0.85% | 0.81% | - |
| HSV(B) | 313.9º | 0.33% | 0.97% | - |
| XYZ | 66.49 | 52.89 | 80.83 | - |
| YUV | 197.7 | 145.67 | 163.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 229 | 0 | 0.33 | 0.08 | 0.03 | 313.9 | 0.85 | 0.81 |
| Hex | F8 | A6 | E5 | 0 | 21 | 8 | 3 | 13A | 55 | 51 |
| Octal | 370 | 246 | 345 | 0 | 41 | 10 | 3 | 472 | 125 | 121 |
| Binary | 11111000 | 10100110 | 11100101 | 0 | 100001 | 1000 | 11 | 100111010 | 1010101 | 1010001 |
Color Harmonies of #F8A6E5
Complementary color
Monochromatic Colors of #F8A6E5
Black with #F8A6E5
Text Example
Text Example
White with #F8A6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A6E5; }
p { color: rgb(248,166,229); }
H1.HeaderClassName
{
color: #F8A6E5;
}
.AnyTagClassName
{
color: #F8A6E5;
}
</style>
background-color css
<style>
a { background-color: #F8A6E5; }
a { background-color: rgb(248,166,229); }
div.DivClassName
{
background-color: #F8A6E5;
}
.BgClassName
{
background-color: #F8A6E5;
}
</style>
border-color css
<style>
span { border-color: #F8A6E5; }
span { border-color: rgb(248,166,229); }
td.TdClassName
{
border-color: #F8A6E5;
}
.TagClassName
{
border-color: #F8A6E5;
}
</style>