Shades of Lavender Rose #F299DD
Tints of Lavender Rose #F299DD
RGB
CMYK
RGB Variations
Color information
#F299DD (or 0xF299DD) is known color: Lavender Rose. HEX triplet: F2, 99 and DD. RGB value is (242,153,221). Sum of RGB (Red+Green+Blue) = 242+153+221=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F299DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299DD is #0D6622. Grayscale: #BBBBBB. Windows color (decimal): -878115 or 14522866. OLE color: 14522866.
HSL color Cylindrical-coordinate representation of color #F299DD: hue angle of 314.16º 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 #F299DD is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 221 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.05 |
| HSL | 314.16º | 0.77% | 0.77% | - |
| HSV(B) | 314.16º | 0.37% | 0.95% | - |
| XYZ | 61.06 | 46.88 | 74.24 | - |
| YUV | 187.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 221 | 0 | 0.37 | 0.09 | 0.05 | 314.16 | 0.77 | 0.77 |
| Hex | F2 | 99 | DD | 0 | 25 | 9 | 5 | 13A | 4D | 4D |
| Octal | 362 | 231 | 335 | 0 | 45 | 11 | 5 | 472 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11011101 | 0 | 100101 | 1001 | 101 | 100111010 | 1001101 | 1001101 |
Color Harmonies of #F299DD
Complementary color
Monochromatic Colors of #F299DD
Black with #F299DD
Text Example
Text Example
White with #F299DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299DD; }
p { color: rgb(242,153,221); }
H1.HeaderClassName
{
color: #F299DD;
}
.AnyTagClassName
{
color: #F299DD;
}
</style>
background-color css
<style>
a { background-color: #F299DD; }
a { background-color: rgb(242,153,221); }
div.DivClassName
{
background-color: #F299DD;
}
.BgClassName
{
background-color: #F299DD;
}
</style>
border-color css
<style>
span { border-color: #F299DD; }
span { border-color: rgb(242,153,221); }
td.TdClassName
{
border-color: #F299DD;
}
.TagClassName
{
border-color: #F299DD;
}
</style>