Shades of Lavender Rose #F298D3
Tints of Lavender Rose #F298D3
RGB
CMYK
RGB Variations
Color information
#F298D3 (or 0xF298D3) is known color: Lavender Rose. HEX triplet: F2, 98 and D3. RGB value is (242,152,211). Sum of RGB (Red+Green+Blue) = 242+152+211=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 211 (82.81% from 255 or 34.88% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F298D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298D3 is #0D672C. Grayscale: #B9B9B9. Windows color (decimal): -878381 or 13867250. OLE color: 13867250.
HSL color Cylindrical-coordinate representation of color #F298D3: hue angle of 320.67º degrees, saturation: 0.78, 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 #F298D3 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 211 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.05 |
| HSL | 320.67º | 0.78% | 0.77% | - |
| HSV(B) | 320.67º | 0.37% | 0.95% | - |
| XYZ | 59.6 | 46.04 | 67.37 | - |
| YUV | 185.64 | 142.32 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 211 | 0 | 0.37 | 0.13 | 0.05 | 320.67 | 0.78 | 0.77 |
| Hex | F2 | 98 | D3 | 0 | 25 | D | 5 | 141 | 4E | 4D |
| Octal | 362 | 230 | 323 | 0 | 45 | 15 | 5 | 501 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11010011 | 0 | 100101 | 1101 | 101 | 101000001 | 1001110 | 1001101 |
Color Harmonies of #F298D3
Complementary color
Monochromatic Colors of #F298D3
Black with #F298D3
Text Example
Text Example
White with #F298D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298D3; }
p { color: rgb(242,152,211); }
H1.HeaderClassName
{
color: #F298D3;
}
.AnyTagClassName
{
color: #F298D3;
}
</style>
background-color css
<style>
a { background-color: #F298D3; }
a { background-color: rgb(242,152,211); }
div.DivClassName
{
background-color: #F298D3;
}
.BgClassName
{
background-color: #F298D3;
}
</style>
border-color css
<style>
span { border-color: #F298D3; }
span { border-color: rgb(242,152,211); }
td.TdClassName
{
border-color: #F298D3;
}
.TagClassName
{
border-color: #F298D3;
}
</style>