Shades of Lavender Rose #F299D2
Tints of Lavender Rose #F299D2
RGB
CMYK
RGB Variations
Color information
#F299D2 (or 0xF299D2) is known color: Lavender Rose. HEX triplet: F2, 99 and D2. RGB value is (242,153,210). Sum of RGB (Red+Green+Blue) = 242+153+210=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 153 (60.16% from 255 or 25.29% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F299D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299D2 is #0D662D. Grayscale: #B9B9B9. Windows color (decimal): -878126 or 13801970. OLE color: 13801970.
HSL color Cylindrical-coordinate representation of color #F299D2: hue angle of 321.57º 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 #F299D2 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 210 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.05 |
| HSL | 321.57º | 0.77% | 0.77% | - |
| HSV(B) | 321.57º | 0.37% | 0.95% | - |
| XYZ | 59.64 | 46.31 | 66.77 | - |
| YUV | 186.11 | 141.49 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 210 | 0 | 0.37 | 0.13 | 0.05 | 321.57 | 0.77 | 0.77 |
| Hex | F2 | 99 | D2 | 0 | 25 | D | 5 | 142 | 4D | 4D |
| Octal | 362 | 231 | 322 | 0 | 45 | 15 | 5 | 502 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11010010 | 0 | 100101 | 1101 | 101 | 101000010 | 1001101 | 1001101 |
Color Harmonies of #F299D2
Complementary color
Monochromatic Colors of #F299D2
Black with #F299D2
Text Example
Text Example
White with #F299D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299D2; }
p { color: rgb(242,153,210); }
H1.HeaderClassName
{
color: #F299D2;
}
.AnyTagClassName
{
color: #F299D2;
}
</style>
background-color css
<style>
a { background-color: #F299D2; }
a { background-color: rgb(242,153,210); }
div.DivClassName
{
background-color: #F299D2;
}
.BgClassName
{
background-color: #F299D2;
}
</style>
border-color css
<style>
span { border-color: #F299D2; }
span { border-color: rgb(242,153,210); }
td.TdClassName
{
border-color: #F299D2;
}
.TagClassName
{
border-color: #F299D2;
}
</style>