Shades of Lavender Rose #F998D4
Tints of Lavender Rose #F998D4
RGB
CMYK
RGB Variations
Color information
#F998D4 (or 0xF998D4) is known color: Lavender Rose. HEX triplet: F9, 98 and D4. RGB value is (249,152,212). Sum of RGB (Red+Green+Blue) = 249+152+212=613 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.62% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 212 (83.20% from 255 or 34.58% from 613); Max value from RGB is 249 - color contains mainly: red. Hex color #F998D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F998D4 is #06672B. Grayscale: #BBBBBB. Windows color (decimal): -419628 or 13932793. OLE color: 13932793.
HSL color Cylindrical-coordinate representation of color #F998D4: hue angle of 322.89º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F998D4 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 212 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.02 |
| HSL | 322.89º | 0.89% | 0.79% | - |
| HSV(B) | 322.89º | 0.39% | 0.98% | - |
| XYZ | 62.18 | 47.35 | 68.15 | - |
| YUV | 187.84 | 141.64 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 212 | 0 | 0.39 | 0.15 | 0.02 | 322.89 | 0.89 | 0.79 |
| Hex | F9 | 98 | D4 | 0 | 27 | F | 2 | 143 | 59 | 4F |
| Octal | 371 | 230 | 324 | 0 | 47 | 17 | 2 | 503 | 131 | 117 |
| Binary | 11111001 | 10011000 | 11010100 | 0 | 100111 | 1111 | 10 | 101000011 | 1011001 | 1001111 |
Color Harmonies of #F998D4
Complementary color
Monochromatic Colors of #F998D4
Black with #F998D4
Text Example
Text Example
White with #F998D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F998D4; }
p { color: rgb(249,152,212); }
H1.HeaderClassName
{
color: #F998D4;
}
.AnyTagClassName
{
color: #F998D4;
}
</style>
background-color css
<style>
a { background-color: #F998D4; }
a { background-color: rgb(249,152,212); }
div.DivClassName
{
background-color: #F998D4;
}
.BgClassName
{
background-color: #F998D4;
}
</style>
border-color css
<style>
span { border-color: #F998D4; }
span { border-color: rgb(249,152,212); }
td.TdClassName
{
border-color: #F998D4;
}
.TagClassName
{
border-color: #F998D4;
}
</style>