Shades of Lavender Rose #F099DD
Tints of Lavender Rose #F099DD
RGB
CMYK
RGB Variations
Color information
#F099DD (or 0xF099DD) is known color: Lavender Rose. HEX triplet: F0, 99 and DD. RGB value is (240,153,221). Sum of RGB (Red+Green+Blue) = 240+153+221=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F099DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F099DD is #0F6622. Grayscale: #BABABA. Windows color (decimal): -1009187 or 14522864. OLE color: 14522864.
HSL color Cylindrical-coordinate representation of color #F099DD: hue angle of 313.1º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F099DD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 153 | 221 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.06 |
| HSL | 313.1º | 0.74% | 0.77% | - |
| HSV(B) | 313.1º | 0.36% | 0.94% | - |
| XYZ | 60.38 | 46.53 | 74.21 | - |
| YUV | 186.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 153 | 221 | 0 | 0.36 | 0.08 | 0.06 | 313.1 | 0.74 | 0.77 |
| Hex | F0 | 99 | DD | 0 | 24 | 8 | 6 | 139 | 4A | 4D |
| Octal | 360 | 231 | 335 | 0 | 44 | 10 | 6 | 471 | 112 | 115 |
| Binary | 11110000 | 10011001 | 11011101 | 0 | 100100 | 1000 | 110 | 100111001 | 1001010 | 1001101 |
Color Harmonies of #F099DD
Complementary color
Monochromatic Colors of #F099DD
Black with #F099DD
Text Example
Text Example
White with #F099DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F099DD; }
p { color: rgb(240,153,221); }
H1.HeaderClassName
{
color: #F099DD;
}
.AnyTagClassName
{
color: #F099DD;
}
</style>
background-color css
<style>
a { background-color: #F099DD; }
a { background-color: rgb(240,153,221); }
div.DivClassName
{
background-color: #F099DD;
}
.BgClassName
{
background-color: #F099DD;
}
</style>
border-color css
<style>
span { border-color: #F099DD; }
span { border-color: rgb(240,153,221); }
td.TdClassName
{
border-color: #F099DD;
}
.TagClassName
{
border-color: #F099DD;
}
</style>