Shades of Your Pink #FBC7BC
Tints of Your Pink #FBC7BC
RGB
CMYK
RGB Variations
Color information
#FBC7BC (or 0xFBC7BC) is known color: Your Pink. HEX triplet: FB, C7 and BC. RGB value is (251,199,188). Sum of RGB (Red+Green+Blue) = 251+199+188=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 188 (73.83% from 255 or 29.47% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7BC is #043843. Grayscale: #D5D5D5. Windows color (decimal): -276548 or 12371963. OLE color: 12371963.
HSL color Cylindrical-coordinate representation of color #FBC7BC: hue angle of 10.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBC7BC is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 188 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.02 |
| HSL | 10.48º | 0.89% | 0.86% | - |
| HSV(B) | 10.48º | 0.25% | 0.98% | - |
| XYZ | 69.28 | 64.99 | 56.47 | - |
| YUV | 213.29 | 113.73 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 188 | 0 | 0.21 | 0.25 | 0.02 | 10.48 | 0.89 | 0.86 |
| Hex | FB | C7 | BC | 0 | 15 | 19 | 2 | A | 59 | 56 |
| Octal | 373 | 307 | 274 | 0 | 25 | 31 | 2 | 12 | 131 | 126 |
| Binary | 11111011 | 11000111 | 10111100 | 0 | 10101 | 11001 | 10 | 1010 | 1011001 | 1010110 |
Color Harmonies of #FBC7BC
Complementary color
Monochromatic Colors of #FBC7BC
Black with #FBC7BC
Text Example
Text Example
White with #FBC7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7BC; }
p { color: rgb(251,199,188); }
H1.HeaderClassName
{
color: #FBC7BC;
}
.AnyTagClassName
{
color: #FBC7BC;
}
</style>
background-color css
<style>
a { background-color: #FBC7BC; }
a { background-color: rgb(251,199,188); }
div.DivClassName
{
background-color: #FBC7BC;
}
.BgClassName
{
background-color: #FBC7BC;
}
</style>
border-color css
<style>
span { border-color: #FBC7BC; }
span { border-color: rgb(251,199,188); }
td.TdClassName
{
border-color: #FBC7BC;
}
.TagClassName
{
border-color: #FBC7BC;
}
</style>