Shades of Lavender Rose #F299DB
Tints of Lavender Rose #F299DB
RGB
CMYK
RGB Variations
Color information
#F299DB (or 0xF299DB) is known color: Lavender Rose. HEX triplet: F2, 99 and DB. RGB value is (242,153,219). Sum of RGB (Red+Green+Blue) = 242+153+219=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F299DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299DB is #0D6624. Grayscale: #BABABA. Windows color (decimal): -878117 or 14391794. OLE color: 14391794.
HSL color Cylindrical-coordinate representation of color #F299DB: hue angle of 315.51º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F299DB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 219 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.05 |
| HSL | 315.51º | 0.77% | 0.77% | - |
| HSV(B) | 315.51º | 0.37% | 0.95% | - |
| XYZ | 60.8 | 46.77 | 72.84 | - |
| YUV | 187.14 | 145.99 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 219 | 0 | 0.37 | 0.10 | 0.05 | 315.51 | 0.77 | 0.77 |
| Hex | F2 | 99 | DB | 0 | 25 | A | 5 | 13C | 4D | 4D |
| Octal | 362 | 231 | 333 | 0 | 45 | 12 | 5 | 474 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11011011 | 0 | 100101 | 1010 | 101 | 100111100 | 1001101 | 1001101 |
Color Harmonies of #F299DB
Complementary color
Monochromatic Colors of #F299DB
Black with #F299DB
Text Example
Text Example
White with #F299DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299DB; }
p { color: rgb(242,153,219); }
H1.HeaderClassName
{
color: #F299DB;
}
.AnyTagClassName
{
color: #F299DB;
}
</style>
background-color css
<style>
a { background-color: #F299DB; }
a { background-color: rgb(242,153,219); }
div.DivClassName
{
background-color: #F299DB;
}
.BgClassName
{
background-color: #F299DB;
}
</style>
border-color css
<style>
span { border-color: #F299DB; }
span { border-color: rgb(242,153,219); }
td.TdClassName
{
border-color: #F299DB;
}
.TagClassName
{
border-color: #F299DB;
}
</style>