Shades of Lavender Pink #F7B0D9
Tints of Lavender Pink #F7B0D9
RGB
CMYK
RGB Variations
Color information
#F7B0D9 (or 0xF7B0D9) is known color: Lavender Pink. HEX triplet: F7, B0 and D9. RGB value is (247,176,217). Sum of RGB (Red+Green+Blue) = 247+176+217=640 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.59% from 640); Green value is 176 (69.14% from 255 or 27.5% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0D9 is #084F26. Grayscale: #C9C9C9. Windows color (decimal): -544551 or 14266615. OLE color: 14266615.
HSL color Cylindrical-coordinate representation of color #F7B0D9: hue angle of 325.35º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7B0D9 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 217 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.03 |
| HSL | 325.35º | 0.82% | 0.83% | - |
| HSV(B) | 325.35º | 0.29% | 0.97% | - |
| XYZ | 66.41 | 55.83 | 72.92 | - |
| YUV | 201.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 217 | 0 | 0.29 | 0.12 | 0.03 | 325.35 | 0.82 | 0.83 |
| Hex | F7 | B0 | D9 | 0 | 1D | C | 3 | 145 | 52 | 53 |
| Octal | 367 | 260 | 331 | 0 | 35 | 14 | 3 | 505 | 122 | 123 |
| Binary | 11110111 | 10110000 | 11011001 | 0 | 11101 | 1100 | 11 | 101000101 | 1010010 | 1010011 |
Color Harmonies of #F7B0D9
Complementary color
Monochromatic Colors of #F7B0D9
Black with #F7B0D9
Text Example
Text Example
White with #F7B0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B0D9; }
p { color: rgb(247,176,217); }
H1.HeaderClassName
{
color: #F7B0D9;
}
.AnyTagClassName
{
color: #F7B0D9;
}
</style>
background-color css
<style>
a { background-color: #F7B0D9; }
a { background-color: rgb(247,176,217); }
div.DivClassName
{
background-color: #F7B0D9;
}
.BgClassName
{
background-color: #F7B0D9;
}
</style>
border-color css
<style>
span { border-color: #F7B0D9; }
span { border-color: rgb(247,176,217); }
td.TdClassName
{
border-color: #F7B0D9;
}
.TagClassName
{
border-color: #F7B0D9;
}
</style>