Shades of Lavender Rose #F99CEF
Tints of Lavender Rose #F99CEF
RGB
CMYK
RGB Variations
Color information
#F99CEF (or 0xF99CEF) is known color: Lavender Rose. HEX triplet: F9, 9C and EF. RGB value is (249,156,239). Sum of RGB (Red+Green+Blue) = 249+156+239=644 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.66% from 644); Green value is 156 (61.33% from 255 or 24.22% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CEF is #066310. Grayscale: #C1C1C1. Windows color (decimal): -418577 or 15703289. OLE color: 15703289.
HSL color Cylindrical-coordinate representation of color #F99CEF: hue angle of 306.45º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99CEF is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 239 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.02 |
| HSL | 306.45º | 0.89% | 0.79% | - |
| HSV(B) | 306.45º | 0.37% | 0.98% | - |
| XYZ | 66.54 | 50.15 | 87.83 | - |
| YUV | 193.27 | 153.81 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 239 | 0 | 0.37 | 0.04 | 0.02 | 306.45 | 0.89 | 0.79 |
| Hex | F9 | 9C | EF | 0 | 25 | 4 | 2 | 132 | 59 | 4F |
| Octal | 371 | 234 | 357 | 0 | 45 | 4 | 2 | 462 | 131 | 117 |
| Binary | 11111001 | 10011100 | 11101111 | 0 | 100101 | 100 | 10 | 100110010 | 1011001 | 1001111 |
Color Harmonies of #F99CEF
Complementary color
Monochromatic Colors of #F99CEF
Black with #F99CEF
Text Example
Text Example
White with #F99CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CEF; }
p { color: rgb(249,156,239); }
H1.HeaderClassName
{
color: #F99CEF;
}
.AnyTagClassName
{
color: #F99CEF;
}
</style>
background-color css
<style>
a { background-color: #F99CEF; }
a { background-color: rgb(249,156,239); }
div.DivClassName
{
background-color: #F99CEF;
}
.BgClassName
{
background-color: #F99CEF;
}
</style>
border-color css
<style>
span { border-color: #F99CEF; }
span { border-color: rgb(249,156,239); }
td.TdClassName
{
border-color: #F99CEF;
}
.TagClassName
{
border-color: #F99CEF;
}
</style>