Shades of Your Pink #FBC2BB
Tints of Your Pink #FBC2BB
RGB
CMYK
RGB Variations
Color information
#FBC2BB (or 0xFBC2BB) is known color: Your Pink. HEX triplet: FB, C2 and BB. RGB value is (251,194,187). Sum of RGB (Red+Green+Blue) = 251+194+187=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 187 (73.44% from 255 or 29.59% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2BB is #043D44. Grayscale: #D2D2D2. Windows color (decimal): -277829 or 12305147. OLE color: 12305147.
HSL color Cylindrical-coordinate representation of color #FBC2BB: hue angle of 6.56º 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 #FBC2BB is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 187 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.02 |
| HSL | 6.56º | 0.89% | 0.86% | - |
| HSV(B) | 6.56º | 0.25% | 0.98% | - |
| XYZ | 68.05 | 62.68 | 55.53 | - |
| YUV | 210.25 | 114.88 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 187 | 0 | 0.23 | 0.25 | 0.02 | 6.56 | 0.89 | 0.86 |
| Hex | FB | C2 | BB | 0 | 17 | 19 | 2 | 7 | 59 | 56 |
| Octal | 373 | 302 | 273 | 0 | 27 | 31 | 2 | 7 | 131 | 126 |
| Binary | 11111011 | 11000010 | 10111011 | 0 | 10111 | 11001 | 10 | 111 | 1011001 | 1010110 |
Color Harmonies of #FBC2BB
Complementary color
Monochromatic Colors of #FBC2BB
Black with #FBC2BB
Text Example
Text Example
White with #FBC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2BB; }
p { color: rgb(251,194,187); }
H1.HeaderClassName
{
color: #FBC2BB;
}
.AnyTagClassName
{
color: #FBC2BB;
}
</style>
background-color css
<style>
a { background-color: #FBC2BB; }
a { background-color: rgb(251,194,187); }
div.DivClassName
{
background-color: #FBC2BB;
}
.BgClassName
{
background-color: #FBC2BB;
}
</style>
border-color css
<style>
span { border-color: #FBC2BB; }
span { border-color: rgb(251,194,187); }
td.TdClassName
{
border-color: #FBC2BB;
}
.TagClassName
{
border-color: #FBC2BB;
}
</style>