Shades of Lavender Rose #F299D9
Tints of Lavender Rose #F299D9
RGB
CMYK
RGB Variations
Color information
#F299D9 (or 0xF299D9) is known color: Lavender Rose. HEX triplet: F2, 99 and D9. RGB value is (242,153,217). Sum of RGB (Red+Green+Blue) = 242+153+217=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F299D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299D9 is #0D6626. Grayscale: #BABABA. Windows color (decimal): -878119 or 14260722. OLE color: 14260722.
HSL color Cylindrical-coordinate representation of color #F299D9: hue angle of 316.85º 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 #F299D9 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 217 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.05 |
| HSL | 316.85º | 0.77% | 0.77% | - |
| HSV(B) | 316.85º | 0.37% | 0.95% | - |
| XYZ | 60.53 | 46.67 | 71.46 | - |
| YUV | 186.91 | 144.99 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 217 | 0 | 0.37 | 0.10 | 0.05 | 316.85 | 0.77 | 0.77 |
| Hex | F2 | 99 | D9 | 0 | 25 | A | 5 | 13D | 4D | 4D |
| Octal | 362 | 231 | 331 | 0 | 45 | 12 | 5 | 475 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11011001 | 0 | 100101 | 1010 | 101 | 100111101 | 1001101 | 1001101 |
Color Harmonies of #F299D9
Complementary color
Monochromatic Colors of #F299D9
Black with #F299D9
Text Example
Text Example
White with #F299D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299D9; }
p { color: rgb(242,153,217); }
H1.HeaderClassName
{
color: #F299D9;
}
.AnyTagClassName
{
color: #F299D9;
}
</style>
background-color css
<style>
a { background-color: #F299D9; }
a { background-color: rgb(242,153,217); }
div.DivClassName
{
background-color: #F299D9;
}
.BgClassName
{
background-color: #F299D9;
}
</style>
border-color css
<style>
span { border-color: #F299D9; }
span { border-color: rgb(242,153,217); }
td.TdClassName
{
border-color: #F299D9;
}
.TagClassName
{
border-color: #F299D9;
}
</style>