Shades of Lavender Rose #F798D1
Tints of Lavender Rose #F798D1
RGB
CMYK
RGB Variations
Color information
#F798D1 (or 0xF798D1) is known color: Lavender Rose. HEX triplet: F7, 98 and D1. RGB value is (247,152,209). Sum of RGB (Red+Green+Blue) = 247+152+209=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 152 (59.77% from 255 or 25% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F798D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798D1 is #08672E. Grayscale: #BABABA. Windows color (decimal): -550703 or 13736183. OLE color: 13736183.
HSL color Cylindrical-coordinate representation of color #F798D1: hue angle of 324º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F798D1 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 209 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.03 |
| HSL | 324º | 0.86% | 0.78% | - |
| HSV(B) | 324º | 0.38% | 0.97% | - |
| XYZ | 61.09 | 46.83 | 66.14 | - |
| YUV | 186.9 | 140.47 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 209 | 0 | 0.38 | 0.15 | 0.03 | 324 | 0.86 | 0.78 |
| Hex | F7 | 98 | D1 | 0 | 26 | F | 3 | 144 | 56 | 4E |
| Octal | 367 | 230 | 321 | 0 | 46 | 17 | 3 | 504 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11010001 | 0 | 100110 | 1111 | 11 | 101000100 | 1010110 | 1001110 |
Color Harmonies of #F798D1
Complementary color
Monochromatic Colors of #F798D1
Black with #F798D1
Text Example
Text Example
White with #F798D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798D1; }
p { color: rgb(247,152,209); }
H1.HeaderClassName
{
color: #F798D1;
}
.AnyTagClassName
{
color: #F798D1;
}
</style>
background-color css
<style>
a { background-color: #F798D1; }
a { background-color: rgb(247,152,209); }
div.DivClassName
{
background-color: #F798D1;
}
.BgClassName
{
background-color: #F798D1;
}
</style>
border-color css
<style>
span { border-color: #F798D1; }
span { border-color: rgb(247,152,209); }
td.TdClassName
{
border-color: #F798D1;
}
.TagClassName
{
border-color: #F798D1;
}
</style>