Shades of Your Pink #F7BFB7
Tints of Your Pink #F7BFB7
RGB
CMYK
RGB Variations
Color information
#F7BFB7 (or 0xF7BFB7) is known color: Your Pink. HEX triplet: F7, BF and B7. RGB value is (247,191,183). Sum of RGB (Red+Green+Blue) = 247+191+183=621 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.77% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFB7 is #084048. Grayscale: #CECECE. Windows color (decimal): -540745 or 12042231. OLE color: 12042231.
HSL color Cylindrical-coordinate representation of color #F7BFB7: hue angle of 7.5º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7BFB7 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 183 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.03 |
| HSL | 7.5º | 0.8% | 0.84% | - |
| HSV(B) | 7.5º | 0.26% | 0.97% | - |
| XYZ | 65.54 | 60.45 | 53.01 | - |
| YUV | 206.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 183 | 0 | 0.23 | 0.26 | 0.03 | 7.5 | 0.8 | 0.84 |
| Hex | F7 | BF | B7 | 0 | 17 | 1A | 3 | 8 | 50 | 54 |
| Octal | 367 | 277 | 267 | 0 | 27 | 32 | 3 | 10 | 120 | 124 |
| Binary | 11110111 | 10111111 | 10110111 | 0 | 10111 | 11010 | 11 | 1000 | 1010000 | 1010100 |
Color Harmonies of #F7BFB7
Complementary color
Monochromatic Colors of #F7BFB7
Black with #F7BFB7
Text Example
Text Example
White with #F7BFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFB7; }
p { color: rgb(247,191,183); }
H1.HeaderClassName
{
color: #F7BFB7;
}
.AnyTagClassName
{
color: #F7BFB7;
}
</style>
background-color css
<style>
a { background-color: #F7BFB7; }
a { background-color: rgb(247,191,183); }
div.DivClassName
{
background-color: #F7BFB7;
}
.BgClassName
{
background-color: #F7BFB7;
}
</style>
border-color css
<style>
span { border-color: #F7BFB7; }
span { border-color: rgb(247,191,183); }
td.TdClassName
{
border-color: #F7BFB7;
}
.TagClassName
{
border-color: #F7BFB7;
}
</style>