Shades of Lavender Rose #F8A8E6
Tints of Lavender Rose #F8A8E6
RGB
CMYK
RGB Variations
Color information
#F8A8E6 (or 0xF8A8E6) is known color: Lavender Rose. HEX triplet: F8, A8 and E6. RGB value is (248,168,230). Sum of RGB (Red+Green+Blue) = 248+168+230=646 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.39% from 646); Green value is 168 (66.02% from 255 or 26.01% from 646); Blue value is 230 (90.23% from 255 or 35.60% from 646); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A8E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8A8E6 is #075719. Grayscale: #C6C6C6. Windows color (decimal): -481050 or 15116536. OLE color: 15116536.
HSL color Cylindrical-coordinate representation of color #F8A8E6: hue angle of 313.5º 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 #F8A8E6 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 230 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.03 |
| HSL | 313.5º | 0.85% | 0.82% | - |
| HSV(B) | 313.5º | 0.32% | 0.97% | - |
| XYZ | 67 | 53.67 | 81.69 | - |
| YUV | 198.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 230 | 0 | 0.32 | 0.07 | 0.03 | 313.5 | 0.85 | 0.82 |
| Hex | F8 | A8 | E6 | 0 | 20 | 7 | 3 | 13A | 55 | 52 |
| Octal | 370 | 250 | 346 | 0 | 40 | 7 | 3 | 472 | 125 | 122 |
| Binary | 11111000 | 10101000 | 11100110 | 0 | 100000 | 111 | 11 | 100111010 | 1010101 | 1010010 |
Color Harmonies of #F8A8E6
Complementary color
Monochromatic Colors of #F8A8E6
Black with #F8A8E6
Text Example
Text Example
White with #F8A8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A8E6; }
p { color: rgb(248,168,230); }
H1.HeaderClassName
{
color: #F8A8E6;
}
.AnyTagClassName
{
color: #F8A8E6;
}
</style>
background-color css
<style>
a { background-color: #F8A8E6; }
a { background-color: rgb(248,168,230); }
div.DivClassName
{
background-color: #F8A8E6;
}
.BgClassName
{
background-color: #F8A8E6;
}
</style>
border-color css
<style>
span { border-color: #F8A8E6; }
span { border-color: rgb(248,168,230); }
td.TdClassName
{
border-color: #F8A8E6;
}
.TagClassName
{
border-color: #F8A8E6;
}
</style>