Shades of Lavender Rose #F999ED
Tints of Lavender Rose #F999ED
RGB
CMYK
RGB Variations
Color information
#F999ED (or 0xF999ED) is known color: Lavender Rose. HEX triplet: F9, 99 and ED. RGB value is (249,153,237). Sum of RGB (Red+Green+Blue) = 249+153+237=639 (84% of max value = 765). Red value is 249 (97.66% from 255 or 38.97% from 639); Green value is 153 (60.16% from 255 or 23.94% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 249 - color contains mainly: red. Hex color #F999ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F999ED is #066612. Grayscale: #BFBFBF. Windows color (decimal): -419347 or 15571449. OLE color: 15571449.
HSL color Cylindrical-coordinate representation of color #F999ED: hue angle of 307.5º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F999ED is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 153 | 237 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.02 |
| HSL | 307.5º | 0.89% | 0.79% | - |
| HSV(B) | 307.5º | 0.39% | 0.98% | - |
| XYZ | 65.74 | 49.04 | 86.12 | - |
| YUV | 191.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 153 | 237 | 0 | 0.39 | 0.05 | 0.02 | 307.5 | 0.89 | 0.79 |
| Hex | F9 | 99 | ED | 0 | 27 | 5 | 2 | 134 | 59 | 4F |
| Octal | 371 | 231 | 355 | 0 | 47 | 5 | 2 | 464 | 131 | 117 |
| Binary | 11111001 | 10011001 | 11101101 | 0 | 100111 | 101 | 10 | 100110100 | 1011001 | 1001111 |
Color Harmonies of #F999ED
Complementary color
Monochromatic Colors of #F999ED
Black with #F999ED
Text Example
Text Example
White with #F999ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F999ED; }
p { color: rgb(249,153,237); }
H1.HeaderClassName
{
color: #F999ED;
}
.AnyTagClassName
{
color: #F999ED;
}
</style>
background-color css
<style>
a { background-color: #F999ED; }
a { background-color: rgb(249,153,237); }
div.DivClassName
{
background-color: #F999ED;
}
.BgClassName
{
background-color: #F999ED;
}
</style>
border-color css
<style>
span { border-color: #F999ED; }
span { border-color: rgb(249,153,237); }
td.TdClassName
{
border-color: #F999ED;
}
.TagClassName
{
border-color: #F999ED;
}
</style>