Shades of Lavender Rose #F898D5
Tints of Lavender Rose #F898D5
RGB
CMYK
RGB Variations
Color information
#F898D5 (or 0xF898D5) is known color: Lavender Rose. HEX triplet: F8, 98 and D5. RGB value is (248,152,213). Sum of RGB (Red+Green+Blue) = 248+152+213=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 152 (59.77% from 255 or 24.80% from 613); Blue value is 213 (83.59% from 255 or 34.75% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F898D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F898D5 is #07672A. Grayscale: #BBBBBB. Windows color (decimal): -485163 or 13998328. OLE color: 13998328.
HSL color Cylindrical-coordinate representation of color #F898D5: hue angle of 321.88º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F898D5 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 152 | 213 | - |
| CMYK | 0 | 0.39 | 0.14 | 0.03 |
| HSL | 321.88º | 0.87% | 0.78% | - |
| HSV(B) | 321.88º | 0.39% | 0.97% | - |
| XYZ | 61.95 | 47.22 | 68.8 | - |
| YUV | 187.66 | 142.3 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 152 | 213 | 0 | 0.39 | 0.14 | 0.03 | 321.88 | 0.87 | 0.78 |
| Hex | F8 | 98 | D5 | 0 | 27 | E | 3 | 142 | 57 | 4E |
| Octal | 370 | 230 | 325 | 0 | 47 | 16 | 3 | 502 | 127 | 116 |
| Binary | 11111000 | 10011000 | 11010101 | 0 | 100111 | 1110 | 11 | 101000010 | 1010111 | 1001110 |
Color Harmonies of #F898D5
Complementary color
Monochromatic Colors of #F898D5
Black with #F898D5
Text Example
Text Example
White with #F898D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F898D5; }
p { color: rgb(248,152,213); }
H1.HeaderClassName
{
color: #F898D5;
}
.AnyTagClassName
{
color: #F898D5;
}
</style>
background-color css
<style>
a { background-color: #F898D5; }
a { background-color: rgb(248,152,213); }
div.DivClassName
{
background-color: #F898D5;
}
.BgClassName
{
background-color: #F898D5;
}
</style>
border-color css
<style>
span { border-color: #F898D5; }
span { border-color: rgb(248,152,213); }
td.TdClassName
{
border-color: #F898D5;
}
.TagClassName
{
border-color: #F898D5;
}
</style>