Shades of Lavender Rose #F298DD
Tints of Lavender Rose #F298DD
RGB
CMYK
RGB Variations
Color information
#F298DD (or 0xF298DD) is known color: Lavender Rose. HEX triplet: F2, 98 and DD. RGB value is (242,152,221). Sum of RGB (Red+Green+Blue) = 242+152+221=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 221 (86.72% from 255 or 35.93% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F298DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298DD is #0D6722. Grayscale: #BABABA. Windows color (decimal): -878371 or 14522610. OLE color: 14522610.
HSL color Cylindrical-coordinate representation of color #F298DD: hue angle of 314º 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 #F298DD is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 221 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.05 |
| HSL | 314º | 0.78% | 0.77% | - |
| HSV(B) | 314º | 0.37% | 0.95% | - |
| XYZ | 60.9 | 46.55 | 74.18 | - |
| YUV | 186.78 | 147.32 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 221 | 0 | 0.37 | 0.09 | 0.05 | 314 | 0.78 | 0.77 |
| Hex | F2 | 98 | DD | 0 | 25 | 9 | 5 | 13A | 4E | 4D |
| Octal | 362 | 230 | 335 | 0 | 45 | 11 | 5 | 472 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11011101 | 0 | 100101 | 1001 | 101 | 100111010 | 1001110 | 1001101 |
Color Harmonies of #F298DD
Complementary color
Monochromatic Colors of #F298DD
Black with #F298DD
Text Example
Text Example
White with #F298DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298DD; }
p { color: rgb(242,152,221); }
H1.HeaderClassName
{
color: #F298DD;
}
.AnyTagClassName
{
color: #F298DD;
}
</style>
background-color css
<style>
a { background-color: #F298DD; }
a { background-color: rgb(242,152,221); }
div.DivClassName
{
background-color: #F298DD;
}
.BgClassName
{
background-color: #F298DD;
}
</style>
border-color css
<style>
span { border-color: #F298DD; }
span { border-color: rgb(242,152,221); }
td.TdClassName
{
border-color: #F298DD;
}
.TagClassName
{
border-color: #F298DD;
}
</style>