Shades of Pink #F7BFC8
Tints of Pink #F7BFC8
RGB
CMYK
RGB Variations
Color information
#F7BFC8 (or 0xF7BFC8) is known color: Pink. HEX triplet: F7, BF and C8. RGB value is (247,191,200). Sum of RGB (Red+Green+Blue) = 247+191+200=638 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.71% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 200 (78.52% from 255 or 31.35% from 638); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BFC8 is #084037. Grayscale: #D0D0D0. Windows color (decimal): -540728 or 13156343. OLE color: 13156343.
HSL color Cylindrical-coordinate representation of color #F7BFC8: hue angle of 350.36º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BFC8 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 191 | 200 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 350.36º | 0.78% | 0.86% | - |
| HSV(B) | 350.36º | 0.23% | 0.97% | - |
| XYZ | 67.41 | 61.21 | 62.9 | - |
| YUV | 208.77 | 123.05 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 191 | 200 | 0 | 0.23 | 0.19 | 0.03 | 350.36 | 0.78 | 0.86 |
| Hex | F7 | BF | C8 | 0 | 17 | 13 | 3 | 15E | 4E | 56 |
| Octal | 367 | 277 | 310 | 0 | 27 | 23 | 3 | 536 | 116 | 126 |
| Binary | 11110111 | 10111111 | 11001000 | 0 | 10111 | 10011 | 11 | 101011110 | 1001110 | 1010110 |
Color Harmonies of #F7BFC8
Complementary color
Monochromatic Colors of #F7BFC8
Black with #F7BFC8
Text Example
Text Example
White with #F7BFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BFC8; }
p { color: rgb(247,191,200); }
H1.HeaderClassName
{
color: #F7BFC8;
}
.AnyTagClassName
{
color: #F7BFC8;
}
</style>
background-color css
<style>
a { background-color: #F7BFC8; }
a { background-color: rgb(247,191,200); }
div.DivClassName
{
background-color: #F7BFC8;
}
.BgClassName
{
background-color: #F7BFC8;
}
</style>
border-color css
<style>
span { border-color: #F7BFC8; }
span { border-color: rgb(247,191,200); }
td.TdClassName
{
border-color: #F7BFC8;
}
.TagClassName
{
border-color: #F7BFC8;
}
</style>