Shades of Lavender Rose #F99CEE
Tints of Lavender Rose #F99CEE
RGB
CMYK
RGB Variations
Color information
#F99CEE (or 0xF99CEE) is known color: Lavender Rose. HEX triplet: F9, 9C and EE. RGB value is (249,156,238). Sum of RGB (Red+Green+Blue) = 249+156+238=643 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.72% from 643); Green value is 156 (61.33% from 255 or 24.26% from 643); Blue value is 238 (93.36% from 255 or 37.01% from 643); Max value from RGB is 249 - color contains mainly: red. Hex color #F99CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99CEE is #066311. Grayscale: #C0C0C0. Windows color (decimal): -418578 or 15637753. OLE color: 15637753.
HSL color Cylindrical-coordinate representation of color #F99CEE: hue angle of 307.1º 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 #F99CEE is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 238 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.02 |
| HSL | 307.1º | 0.89% | 0.79% | - |
| HSV(B) | 307.1º | 0.37% | 0.98% | - |
| XYZ | 66.39 | 50.09 | 87.06 | - |
| YUV | 193.16 | 153.31 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 238 | 0 | 0.37 | 0.04 | 0.02 | 307.1 | 0.89 | 0.79 |
| Hex | F9 | 9C | EE | 0 | 25 | 4 | 2 | 133 | 59 | 4F |
| Octal | 371 | 234 | 356 | 0 | 45 | 4 | 2 | 463 | 131 | 117 |
| Binary | 11111001 | 10011100 | 11101110 | 0 | 100101 | 100 | 10 | 100110011 | 1011001 | 1001111 |
Color Harmonies of #F99CEE
Complementary color
Monochromatic Colors of #F99CEE
Black with #F99CEE
Text Example
Text Example
White with #F99CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99CEE; }
p { color: rgb(249,156,238); }
H1.HeaderClassName
{
color: #F99CEE;
}
.AnyTagClassName
{
color: #F99CEE;
}
</style>
background-color css
<style>
a { background-color: #F99CEE; }
a { background-color: rgb(249,156,238); }
div.DivClassName
{
background-color: #F99CEE;
}
.BgClassName
{
background-color: #F99CEE;
}
</style>
border-color css
<style>
span { border-color: #F99CEE; }
span { border-color: rgb(249,156,238); }
td.TdClassName
{
border-color: #F99CEE;
}
.TagClassName
{
border-color: #F99CEE;
}
</style>