Shades of Your Pink #FBC5BB
Tints of Your Pink #FBC5BB
RGB
CMYK
RGB Variations
Color information
#FBC5BB (or 0xFBC5BB) is known color: Your Pink. HEX triplet: FB, C5 and BB. RGB value is (251,197,187). Sum of RGB (Red+Green+Blue) = 251+197+187=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5BB is #043A44. Grayscale: #D4D4D4. Windows color (decimal): -277061 or 12305915. OLE color: 12305915.
HSL color Cylindrical-coordinate representation of color #FBC5BB: hue angle of 9.38º 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 #FBC5BB is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 187 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.02 |
| HSL | 9.38º | 0.89% | 0.86% | - |
| HSV(B) | 9.38º | 0.25% | 0.98% | - |
| XYZ | 68.72 | 64.03 | 55.75 | - |
| YUV | 212.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 187 | 0 | 0.22 | 0.25 | 0.02 | 9.38 | 0.89 | 0.86 |
| Hex | FB | C5 | BB | 0 | 16 | 19 | 2 | 9 | 59 | 56 |
| Octal | 373 | 305 | 273 | 0 | 26 | 31 | 2 | 11 | 131 | 126 |
| Binary | 11111011 | 11000101 | 10111011 | 0 | 10110 | 11001 | 10 | 1001 | 1011001 | 1010110 |
Color Harmonies of #FBC5BB
Complementary color
Monochromatic Colors of #FBC5BB
Black with #FBC5BB
Text Example
Text Example
White with #FBC5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5BB; }
p { color: rgb(251,197,187); }
H1.HeaderClassName
{
color: #FBC5BB;
}
.AnyTagClassName
{
color: #FBC5BB;
}
</style>
background-color css
<style>
a { background-color: #FBC5BB; }
a { background-color: rgb(251,197,187); }
div.DivClassName
{
background-color: #FBC5BB;
}
.BgClassName
{
background-color: #FBC5BB;
}
</style>
border-color css
<style>
span { border-color: #FBC5BB; }
span { border-color: rgb(251,197,187); }
td.TdClassName
{
border-color: #FBC5BB;
}
.TagClassName
{
border-color: #FBC5BB;
}
</style>