Shades of Lavender Pink #F7B0DD
Tints of Lavender Pink #F7B0DD
RGB
CMYK
RGB Variations
Color information
#F7B0DD (or 0xF7B0DD) is known color: Lavender Pink. HEX triplet: F7, B0 and DD. RGB value is (247,176,221). Sum of RGB (Red+Green+Blue) = 247+176+221=644 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.35% from 644); Green value is 176 (69.14% from 255 or 27.33% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0DD is #084F22. Grayscale: #CACACA. Windows color (decimal): -544547 or 14528759. OLE color: 14528759.
HSL color Cylindrical-coordinate representation of color #F7B0DD: hue angle of 321.97º 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 #F7B0DD is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 221 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.03 |
| HSL | 321.97º | 0.82% | 0.83% | - |
| HSV(B) | 321.97º | 0.29% | 0.97% | - |
| XYZ | 66.93 | 56.05 | 75.7 | - |
| YUV | 202.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 221 | 0 | 0.29 | 0.11 | 0.03 | 321.97 | 0.82 | 0.83 |
| Hex | F7 | B0 | DD | 0 | 1D | B | 3 | 142 | 52 | 53 |
| Octal | 367 | 260 | 335 | 0 | 35 | 13 | 3 | 502 | 122 | 123 |
| Binary | 11110111 | 10110000 | 11011101 | 0 | 11101 | 1011 | 11 | 101000010 | 1010010 | 1010011 |
Color Harmonies of #F7B0DD
Complementary color
Monochromatic Colors of #F7B0DD
Black with #F7B0DD
Text Example
Text Example
White with #F7B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B0DD; }
p { color: rgb(247,176,221); }
H1.HeaderClassName
{
color: #F7B0DD;
}
.AnyTagClassName
{
color: #F7B0DD;
}
</style>
background-color css
<style>
a { background-color: #F7B0DD; }
a { background-color: rgb(247,176,221); }
div.DivClassName
{
background-color: #F7B0DD;
}
.BgClassName
{
background-color: #F7B0DD;
}
</style>
border-color css
<style>
span { border-color: #F7B0DD; }
span { border-color: rgb(247,176,221); }
td.TdClassName
{
border-color: #F7B0DD;
}
.TagClassName
{
border-color: #F7B0DD;
}
</style>