Shades of Pink #FBC7D1
Tints of Pink #FBC7D1
RGB
CMYK
RGB Variations
Color information
#FBC7D1 (or 0xFBC7D1) is known color: Pink. HEX triplet: FB, C7 and D1. RGB value is (251,199,209). Sum of RGB (Red+Green+Blue) = 251+199+209=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 209 (82.03% from 255 or 31.71% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7D1 is #04382E. Grayscale: #D7D7D7. Windows color (decimal): -276527 or 13748219. OLE color: 13748219.
HSL color Cylindrical-coordinate representation of color #FBC7D1: hue angle of 348.46º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7D1 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 209 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.02 |
| HSL | 348.46º | 0.87% | 0.88% | - |
| HSV(B) | 348.46º | 0.21% | 0.98% | - |
| XYZ | 71.72 | 65.96 | 69.27 | - |
| YUV | 215.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 209 | 0 | 0.21 | 0.17 | 0.02 | 348.46 | 0.87 | 0.88 |
| Hex | FB | C7 | D1 | 0 | 15 | 11 | 2 | 15C | 57 | 58 |
| Octal | 373 | 307 | 321 | 0 | 25 | 21 | 2 | 534 | 127 | 130 |
| Binary | 11111011 | 11000111 | 11010001 | 0 | 10101 | 10001 | 10 | 101011100 | 1010111 | 1011000 |
Color Harmonies of #FBC7D1
Complementary color
Monochromatic Colors of #FBC7D1
Black with #FBC7D1
Text Example
Text Example
White with #FBC7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7D1; }
p { color: rgb(251,199,209); }
H1.HeaderClassName
{
color: #FBC7D1;
}
.AnyTagClassName
{
color: #FBC7D1;
}
</style>
background-color css
<style>
a { background-color: #FBC7D1; }
a { background-color: rgb(251,199,209); }
div.DivClassName
{
background-color: #FBC7D1;
}
.BgClassName
{
background-color: #FBC7D1;
}
</style>
border-color css
<style>
span { border-color: #FBC7D1; }
span { border-color: rgb(251,199,209); }
td.TdClassName
{
border-color: #FBC7D1;
}
.TagClassName
{
border-color: #FBC7D1;
}
</style>