Shades of Pink #F7BDC9
Tints of Pink #F7BDC9
RGB
CMYK
RGB Variations
Color information
#F7BDC9 (or 0xF7BDC9) is known color: Pink. HEX triplet: F7, BD and C9. RGB value is (247,189,201). Sum of RGB (Red+Green+Blue) = 247+189+201=637 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.78% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 201 (78.91% from 255 or 31.55% from 637); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BDC9 is #084236. Grayscale: #CFCFCF. Windows color (decimal): -541239 or 13221367. OLE color: 13221367.
HSL color Cylindrical-coordinate representation of color #F7BDC9: hue angle of 347.59º 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 #F7BDC9 is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 189 | 201 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.03 |
| HSL | 347.59º | 0.78% | 0.85% | - |
| HSV(B) | 347.59º | 0.23% | 0.97% | - |
| XYZ | 67.1 | 60.39 | 63.38 | - |
| YUV | 207.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 189 | 201 | 0 | 0.23 | 0.19 | 0.03 | 347.59 | 0.78 | 0.85 |
| Hex | F7 | BD | C9 | 0 | 17 | 13 | 3 | 15C | 4E | 55 |
| Octal | 367 | 275 | 311 | 0 | 27 | 23 | 3 | 534 | 116 | 125 |
| Binary | 11110111 | 10111101 | 11001001 | 0 | 10111 | 10011 | 11 | 101011100 | 1001110 | 1010101 |
Color Harmonies of #F7BDC9
Complementary color
Monochromatic Colors of #F7BDC9
Black with #F7BDC9
Text Example
Text Example
White with #F7BDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BDC9; }
p { color: rgb(247,189,201); }
H1.HeaderClassName
{
color: #F7BDC9;
}
.AnyTagClassName
{
color: #F7BDC9;
}
</style>
background-color css
<style>
a { background-color: #F7BDC9; }
a { background-color: rgb(247,189,201); }
div.DivClassName
{
background-color: #F7BDC9;
}
.BgClassName
{
background-color: #F7BDC9;
}
</style>
border-color css
<style>
span { border-color: #F7BDC9; }
span { border-color: rgb(247,189,201); }
td.TdClassName
{
border-color: #F7BDC9;
}
.TagClassName
{
border-color: #F7BDC9;
}
</style>