Shades of Lavender Rose #F99FE8
Tints of Lavender Rose #F99FE8
RGB
CMYK
RGB Variations
Color information
#F99FE8 (or 0xF99FE8) is known color: Lavender Rose. HEX triplet: F9, 9F and E8. RGB value is (249,159,232). Sum of RGB (Red+Green+Blue) = 249+159+232=640 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.91% from 640); Green value is 159 (62.5% from 255 or 24.84% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 249 - color contains mainly: red. Hex color #F99FE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99FE8 is #066017. Grayscale: #C2C2C2. Windows color (decimal): -417816 or 15245305. OLE color: 15245305.
HSL color Cylindrical-coordinate representation of color #F99FE8: hue angle of 311.33º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F99FE8 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 159 | 232 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.02 |
| HSL | 311.33º | 0.88% | 0.8% | - |
| HSV(B) | 311.33º | 0.36% | 0.98% | - |
| XYZ | 66.03 | 50.76 | 82.66 | - |
| YUV | 194.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 159 | 232 | 0 | 0.36 | 0.07 | 0.02 | 311.33 | 0.88 | 0.8 |
| Hex | F9 | 9F | E8 | 0 | 24 | 7 | 2 | 137 | 58 | 50 |
| Octal | 371 | 237 | 350 | 0 | 44 | 7 | 2 | 467 | 130 | 120 |
| Binary | 11111001 | 10011111 | 11101000 | 0 | 100100 | 111 | 10 | 100110111 | 1011000 | 1010000 |
Color Harmonies of #F99FE8
Complementary color
Monochromatic Colors of #F99FE8
Black with #F99FE8
Text Example
Text Example
White with #F99FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99FE8; }
p { color: rgb(249,159,232); }
H1.HeaderClassName
{
color: #F99FE8;
}
.AnyTagClassName
{
color: #F99FE8;
}
</style>
background-color css
<style>
a { background-color: #F99FE8; }
a { background-color: rgb(249,159,232); }
div.DivClassName
{
background-color: #F99FE8;
}
.BgClassName
{
background-color: #F99FE8;
}
</style>
border-color css
<style>
span { border-color: #F99FE8; }
span { border-color: rgb(249,159,232); }
td.TdClassName
{
border-color: #F99FE8;
}
.TagClassName
{
border-color: #F99FE8;
}
</style>