Shades of Lavender Rose #F997D4
Tints of Lavender Rose #F997D4
RGB
CMYK
RGB Variations
Color information
#F997D4 (or 0xF997D4) is known color: Lavender Rose. HEX triplet: F9, 97 and D4. RGB value is (249,151,212). Sum of RGB (Red+Green+Blue) = 249+151+212=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 151 (59.38% from 255 or 24.67% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F997D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F997D4 is #06682B. Grayscale: #BBBBBB. Windows color (decimal): -419884 or 13932537. OLE color: 13932537.
HSL color Cylindrical-coordinate representation of color #F997D4: hue angle of 322.65º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F997D4 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 212 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.02 |
| HSL | 322.65º | 0.89% | 0.78% | - |
| HSV(B) | 322.65º | 0.39% | 0.98% | - |
| XYZ | 62.02 | 47.03 | 68.1 | - |
| YUV | 187.26 | 141.97 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 212 | 0 | 0.39 | 0.15 | 0.02 | 322.65 | 0.89 | 0.78 |
| Hex | F9 | 97 | D4 | 0 | 27 | F | 2 | 143 | 59 | 4E |
| Octal | 371 | 227 | 324 | 0 | 47 | 17 | 2 | 503 | 131 | 116 |
| Binary | 11111001 | 10010111 | 11010100 | 0 | 100111 | 1111 | 10 | 101000011 | 1011001 | 1001110 |
Color Harmonies of #F997D4
Complementary color
Monochromatic Colors of #F997D4
Black with #F997D4
Text Example
Text Example
White with #F997D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997D4; }
p { color: rgb(249,151,212); }
H1.HeaderClassName
{
color: #F997D4;
}
.AnyTagClassName
{
color: #F997D4;
}
</style>
background-color css
<style>
a { background-color: #F997D4; }
a { background-color: rgb(249,151,212); }
div.DivClassName
{
background-color: #F997D4;
}
.BgClassName
{
background-color: #F997D4;
}
</style>
border-color css
<style>
span { border-color: #F997D4; }
span { border-color: rgb(249,151,212); }
td.TdClassName
{
border-color: #F997D4;
}
.TagClassName
{
border-color: #F997D4;
}
</style>