Shades of Your Pink #FBC8BB
Tints of Your Pink #FBC8BB
RGB
CMYK
RGB Variations
Color information
#FBC8BB (or 0xFBC8BB) is known color: Your Pink. HEX triplet: FB, C8 and BB. RGB value is (251,200,187). Sum of RGB (Red+Green+Blue) = 251+200+187=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8BB is #043744. Grayscale: #D5D5D5. Windows color (decimal): -276293 or 12306683. OLE color: 12306683.
HSL color Cylindrical-coordinate representation of color #FBC8BB: hue angle of 12.19º 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 #FBC8BB is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 187 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.02 |
| HSL | 12.19º | 0.89% | 0.86% | - |
| HSV(B) | 12.19º | 0.25% | 0.98% | - |
| XYZ | 69.41 | 65.41 | 55.98 | - |
| YUV | 213.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 187 | 0 | 0.20 | 0.25 | 0.02 | 12.19 | 0.89 | 0.86 |
| Hex | FB | C8 | BB | 0 | 14 | 19 | 2 | C | 59 | 56 |
| Octal | 373 | 310 | 273 | 0 | 24 | 31 | 2 | 14 | 131 | 126 |
| Binary | 11111011 | 11001000 | 10111011 | 0 | 10100 | 11001 | 10 | 1100 | 1011001 | 1010110 |
Color Harmonies of #FBC8BB
Complementary color
Monochromatic Colors of #FBC8BB
Black with #FBC8BB
Text Example
Text Example
White with #FBC8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8BB; }
p { color: rgb(251,200,187); }
H1.HeaderClassName
{
color: #FBC8BB;
}
.AnyTagClassName
{
color: #FBC8BB;
}
</style>
background-color css
<style>
a { background-color: #FBC8BB; }
a { background-color: rgb(251,200,187); }
div.DivClassName
{
background-color: #FBC8BB;
}
.BgClassName
{
background-color: #FBC8BB;
}
</style>
border-color css
<style>
span { border-color: #FBC8BB; }
span { border-color: rgb(251,200,187); }
td.TdClassName
{
border-color: #FBC8BB;
}
.TagClassName
{
border-color: #FBC8BB;
}
</style>