Shades of Lavender Rose #F899E8
Tints of Lavender Rose #F899E8
RGB
CMYK
RGB Variations
Color information
#F899E8 (or 0xF899E8) is known color: Lavender Rose. HEX triplet: F8, 99 and E8. RGB value is (248,153,232). Sum of RGB (Red+Green+Blue) = 248+153+232=633 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.18% from 633); Green value is 153 (60.16% from 255 or 24.17% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 248 - color contains mainly: red. Hex color #F899E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F899E8 is #076617. Grayscale: #BEBEBE. Windows color (decimal): -484888 or 15243768. OLE color: 15243768.
HSL color Cylindrical-coordinate representation of color #F899E8: hue angle of 310.11º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F899E8 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 232 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.03 |
| HSL | 310.11º | 0.87% | 0.79% | - |
| HSV(B) | 310.11º | 0.38% | 0.97% | - |
| XYZ | 64.67 | 48.57 | 82.31 | - |
| YUV | 190.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 232 | 0 | 0.38 | 0.06 | 0.03 | 310.11 | 0.87 | 0.79 |
| Hex | F8 | 99 | E8 | 0 | 26 | 6 | 3 | 136 | 57 | 4F |
| Octal | 370 | 231 | 350 | 0 | 46 | 6 | 3 | 466 | 127 | 117 |
| Binary | 11111000 | 10011001 | 11101000 | 0 | 100110 | 110 | 11 | 100110110 | 1010111 | 1001111 |
Color Harmonies of #F899E8
Complementary color
Monochromatic Colors of #F899E8
Black with #F899E8
Text Example
Text Example
White with #F899E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F899E8; }
p { color: rgb(248,153,232); }
H1.HeaderClassName
{
color: #F899E8;
}
.AnyTagClassName
{
color: #F899E8;
}
</style>
background-color css
<style>
a { background-color: #F899E8; }
a { background-color: rgb(248,153,232); }
div.DivClassName
{
background-color: #F899E8;
}
.BgClassName
{
background-color: #F899E8;
}
</style>
border-color css
<style>
span { border-color: #F899E8; }
span { border-color: rgb(248,153,232); }
td.TdClassName
{
border-color: #F899E8;
}
.TagClassName
{
border-color: #F899E8;
}
</style>