Shades of Lavender Rose #F997ED
Tints of Lavender Rose #F997ED
RGB
CMYK
RGB Variations
Color information
#F997ED (or 0xF997ED) is known color: Lavender Rose. HEX triplet: F9, 97 and ED. RGB value is (249,151,237). Sum of RGB (Red+Green+Blue) = 249+151+237=637 (84% of max value = 765). Red value is 249 (97.66% from 255 or 39.09% from 637); Green value is 151 (59.38% from 255 or 23.70% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 249 - color contains mainly: red. Hex color #F997ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F997ED is #066812. Grayscale: #BDBDBD. Windows color (decimal): -419859 or 15570937. OLE color: 15570937.
HSL color Cylindrical-coordinate representation of color #F997ED: hue angle of 307.35º 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 #F997ED is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 151 | 237 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.02 |
| HSL | 307.35º | 0.89% | 0.78% | - |
| HSV(B) | 307.35º | 0.39% | 0.98% | - |
| XYZ | 65.42 | 48.39 | 86.01 | - |
| YUV | 190.11 | 154.47 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 151 | 237 | 0 | 0.39 | 0.05 | 0.02 | 307.35 | 0.89 | 0.78 |
| Hex | F9 | 97 | ED | 0 | 27 | 5 | 2 | 133 | 59 | 4E |
| Octal | 371 | 227 | 355 | 0 | 47 | 5 | 2 | 463 | 131 | 116 |
| Binary | 11111001 | 10010111 | 11101101 | 0 | 100111 | 101 | 10 | 100110011 | 1011001 | 1001110 |
Color Harmonies of #F997ED
Complementary color
Monochromatic Colors of #F997ED
Black with #F997ED
Text Example
Text Example
White with #F997ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F997ED; }
p { color: rgb(249,151,237); }
H1.HeaderClassName
{
color: #F997ED;
}
.AnyTagClassName
{
color: #F997ED;
}
</style>
background-color css
<style>
a { background-color: #F997ED; }
a { background-color: rgb(249,151,237); }
div.DivClassName
{
background-color: #F997ED;
}
.BgClassName
{
background-color: #F997ED;
}
</style>
border-color css
<style>
span { border-color: #F997ED; }
span { border-color: rgb(249,151,237); }
td.TdClassName
{
border-color: #F997ED;
}
.TagClassName
{
border-color: #F997ED;
}
</style>