Shades of Lavender Rose #F299D1
Tints of Lavender Rose #F299D1
RGB
CMYK
RGB Variations
Color information
#F299D1 (or 0xF299D1) is known color: Lavender Rose. HEX triplet: F2, 99 and D1. RGB value is (242,153,209). Sum of RGB (Red+Green+Blue) = 242+153+209=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 153 (60.16% from 255 or 25.33% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F299D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299D1 is #0D662E. Grayscale: #B9B9B9. Windows color (decimal): -878127 or 13736434. OLE color: 13736434.
HSL color Cylindrical-coordinate representation of color #F299D1: hue angle of 322.25º 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 #F299D1 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 209 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.05 |
| HSL | 322.25º | 0.77% | 0.77% | - |
| HSV(B) | 322.25º | 0.37% | 0.95% | - |
| XYZ | 59.52 | 46.26 | 66.11 | - |
| YUV | 186 | 140.99 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 209 | 0 | 0.37 | 0.14 | 0.05 | 322.25 | 0.77 | 0.77 |
| Hex | F2 | 99 | D1 | 0 | 25 | E | 5 | 142 | 4D | 4D |
| Octal | 362 | 231 | 321 | 0 | 45 | 16 | 5 | 502 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11010001 | 0 | 100101 | 1110 | 101 | 101000010 | 1001101 | 1001101 |
Color Harmonies of #F299D1
Complementary color
Monochromatic Colors of #F299D1
Black with #F299D1
Text Example
Text Example
White with #F299D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299D1; }
p { color: rgb(242,153,209); }
H1.HeaderClassName
{
color: #F299D1;
}
.AnyTagClassName
{
color: #F299D1;
}
</style>
background-color css
<style>
a { background-color: #F299D1; }
a { background-color: rgb(242,153,209); }
div.DivClassName
{
background-color: #F299D1;
}
.BgClassName
{
background-color: #F299D1;
}
</style>
border-color css
<style>
span { border-color: #F299D1; }
span { border-color: rgb(242,153,209); }
td.TdClassName
{
border-color: #F299D1;
}
.TagClassName
{
border-color: #F299D1;
}
</style>