Shades of Pink #F7BDC8
Tints of Pink #F7BDC8
RGB
CMYK
RGB Variations
Color information
#F7BDC8 (or 0xF7BDC8) is known color: Pink. HEX triplet: F7, BD and C8. RGB value is (247,189,200). Sum of RGB (Red+Green+Blue) = 247+189+200=636 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.84% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 200 (78.52% from 255 or 31.45% from 636); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDC8 is #084237. Grayscale: #CFCFCF. Windows color (decimal): -541240 or 13155831. OLE color: 13155831.
HSL color Cylindrical-coordinate representation of color #F7BDC8: hue angle of 348.62º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7BDC8 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 200 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 348.62º | 0.78% | 0.85% | - |
| HSV(B) | 348.62º | 0.23% | 0.97% | - |
| XYZ | 66.98 | 60.34 | 62.76 | - |
| YUV | 207.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 200 | 0 | 0.23 | 0.19 | 0.03 | 348.62 | 0.78 | 0.85 |
| Hex | F7 | BD | C8 | 0 | 17 | 13 | 3 | 15D | 4E | 55 |
| Octal | 367 | 275 | 310 | 0 | 27 | 23 | 3 | 535 | 116 | 125 |
| Binary | 11110111 | 10111101 | 11001000 | 0 | 10111 | 10011 | 11 | 101011101 | 1001110 | 1010101 |
Color Harmonies of #F7BDC8
Complementary color
Monochromatic Colors of #F7BDC8
Black with #F7BDC8
Text Example
Text Example
White with #F7BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDC8; }
p { color: rgb(247,189,200); }
H1.HeaderClassName
{
color: #F7BDC8;
}
.AnyTagClassName
{
color: #F7BDC8;
}
</style>
background-color css
<style>
a { background-color: #F7BDC8; }
a { background-color: rgb(247,189,200); }
div.DivClassName
{
background-color: #F7BDC8;
}
.BgClassName
{
background-color: #F7BDC8;
}
</style>
border-color css
<style>
span { border-color: #F7BDC8; }
span { border-color: rgb(247,189,200); }
td.TdClassName
{
border-color: #F7BDC8;
}
.TagClassName
{
border-color: #F7BDC8;
}
</style>