Shades of Your Pink #FBC8BC
Tints of Your Pink #FBC8BC
RGB
CMYK
RGB Variations
Color information
#FBC8BC (or 0xFBC8BC) is known color: Your Pink. HEX triplet: FB, C8 and BC. RGB value is (251,200,188). Sum of RGB (Red+Green+Blue) = 251+200+188=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 188 (73.83% from 255 or 29.42% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8BC is #043743. Grayscale: #D5D5D5. Windows color (decimal): -276292 or 12372219. OLE color: 12372219.
HSL color Cylindrical-coordinate representation of color #FBC8BC: hue angle of 11.43º 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 #FBC8BC is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 188 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.02 |
| HSL | 11.43º | 0.89% | 0.86% | - |
| HSV(B) | 11.43º | 0.25% | 0.98% | - |
| XYZ | 69.52 | 65.45 | 56.55 | - |
| YUV | 213.88 | 113.4 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 188 | 0 | 0.20 | 0.25 | 0.02 | 11.43 | 0.89 | 0.86 |
| Hex | FB | C8 | BC | 0 | 14 | 19 | 2 | B | 59 | 56 |
| Octal | 373 | 310 | 274 | 0 | 24 | 31 | 2 | 13 | 131 | 126 |
| Binary | 11111011 | 11001000 | 10111100 | 0 | 10100 | 11001 | 10 | 1011 | 1011001 | 1010110 |
Color Harmonies of #FBC8BC
Complementary color
Monochromatic Colors of #FBC8BC
Black with #FBC8BC
Text Example
Text Example
White with #FBC8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8BC; }
p { color: rgb(251,200,188); }
H1.HeaderClassName
{
color: #FBC8BC;
}
.AnyTagClassName
{
color: #FBC8BC;
}
</style>
background-color css
<style>
a { background-color: #FBC8BC; }
a { background-color: rgb(251,200,188); }
div.DivClassName
{
background-color: #FBC8BC;
}
.BgClassName
{
background-color: #FBC8BC;
}
</style>
border-color css
<style>
span { border-color: #FBC8BC; }
span { border-color: rgb(251,200,188); }
td.TdClassName
{
border-color: #FBC8BC;
}
.TagClassName
{
border-color: #FBC8BC;
}
</style>