Shades of Your Pink #FBC5BC
Tints of Your Pink #FBC5BC
RGB
CMYK
RGB Variations
Color information
#FBC5BC (or 0xFBC5BC) is known color: Your Pink. HEX triplet: FB, C5 and BC. RGB value is (251,197,188). Sum of RGB (Red+Green+Blue) = 251+197+188=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 188 (73.83% from 255 or 29.56% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5BC is #043A43. Grayscale: #D4D4D4. Windows color (decimal): -277060 or 12371451. OLE color: 12371451.
HSL color Cylindrical-coordinate representation of color #FBC5BC: hue angle of 8.57º 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 #FBC5BC is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 188 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.02 |
| HSL | 8.57º | 0.89% | 0.86% | - |
| HSV(B) | 8.57º | 0.25% | 0.98% | - |
| XYZ | 68.83 | 64.07 | 56.32 | - |
| YUV | 212.12 | 114.39 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 188 | 0 | 0.22 | 0.25 | 0.02 | 8.57 | 0.89 | 0.86 |
| Hex | FB | C5 | BC | 0 | 16 | 19 | 2 | 9 | 59 | 56 |
| Octal | 373 | 305 | 274 | 0 | 26 | 31 | 2 | 11 | 131 | 126 |
| Binary | 11111011 | 11000101 | 10111100 | 0 | 10110 | 11001 | 10 | 1001 | 1011001 | 1010110 |
Color Harmonies of #FBC5BC
Complementary color
Monochromatic Colors of #FBC5BC
Black with #FBC5BC
Text Example
Text Example
White with #FBC5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5BC; }
p { color: rgb(251,197,188); }
H1.HeaderClassName
{
color: #FBC5BC;
}
.AnyTagClassName
{
color: #FBC5BC;
}
</style>
background-color css
<style>
a { background-color: #FBC5BC; }
a { background-color: rgb(251,197,188); }
div.DivClassName
{
background-color: #FBC5BC;
}
.BgClassName
{
background-color: #FBC5BC;
}
</style>
border-color css
<style>
span { border-color: #FBC5BC; }
span { border-color: rgb(251,197,188); }
td.TdClassName
{
border-color: #FBC5BC;
}
.TagClassName
{
border-color: #FBC5BC;
}
</style>