Shades of Lavender Pink #F7B0CF
Tints of Lavender Pink #F7B0CF
RGB
CMYK
RGB Variations
Color information
#F7B0CF (or 0xF7B0CF) is known color: Lavender Pink. HEX triplet: F7, B0 and CF. RGB value is (247,176,207). Sum of RGB (Red+Green+Blue) = 247+176+207=630 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.21% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 207 (81.25% from 255 or 32.86% from 630); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B0CF is #084F30. Grayscale: #C8C8C8. Windows color (decimal): -544561 or 13611255. OLE color: 13611255.
HSL color Cylindrical-coordinate representation of color #F7B0CF: hue angle of 333.8º 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 #F7B0CF is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 176 | 207 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.03 |
| HSL | 333.8º | 0.82% | 0.83% | - |
| HSV(B) | 333.8º | 0.29% | 0.97% | - |
| XYZ | 65.15 | 55.33 | 66.28 | - |
| YUV | 200.76 | 131.52 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 176 | 207 | 0 | 0.29 | 0.16 | 0.03 | 333.8 | 0.82 | 0.83 |
| Hex | F7 | B0 | CF | 0 | 1D | 10 | 3 | 14E | 52 | 53 |
| Octal | 367 | 260 | 317 | 0 | 35 | 20 | 3 | 516 | 122 | 123 |
| Binary | 11110111 | 10110000 | 11001111 | 0 | 11101 | 10000 | 11 | 101001110 | 1010010 | 1010011 |
Color Harmonies of #F7B0CF
Complementary color
Monochromatic Colors of #F7B0CF
Black with #F7B0CF
Text Example
Text Example
White with #F7B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7B0CF; }
p { color: rgb(247,176,207); }
H1.HeaderClassName
{
color: #F7B0CF;
}
.AnyTagClassName
{
color: #F7B0CF;
}
</style>
background-color css
<style>
a { background-color: #F7B0CF; }
a { background-color: rgb(247,176,207); }
div.DivClassName
{
background-color: #F7B0CF;
}
.BgClassName
{
background-color: #F7B0CF;
}
</style>
border-color css
<style>
span { border-color: #F7B0CF; }
span { border-color: rgb(247,176,207); }
td.TdClassName
{
border-color: #F7B0CF;
}
.TagClassName
{
border-color: #F7B0CF;
}
</style>