Shades of Your Pink #FBC4BA
Tints of Your Pink #FBC4BA
RGB
CMYK
RGB Variations
Color information
#FBC4BA (or 0xFBC4BA) is known color: Your Pink. HEX triplet: FB, C4 and BA. RGB value is (251,196,186). Sum of RGB (Red+Green+Blue) = 251+196+186=633 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.65% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4BA is #043B45. Grayscale: #D3D3D3. Windows color (decimal): -277318 or 12240123. OLE color: 12240123.
HSL color Cylindrical-coordinate representation of color #FBC4BA: hue angle of 9.23º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FBC4BA is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 186 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.02 |
| HSL | 9.23º | 0.89% | 0.86% | - |
| HSV(B) | 9.23º | 0.26% | 0.98% | - |
| XYZ | 68.39 | 63.53 | 55.11 | - |
| YUV | 211.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 186 | 0 | 0.22 | 0.26 | 0.02 | 9.23 | 0.89 | 0.86 |
| Hex | FB | C4 | BA | 0 | 16 | 1A | 2 | 9 | 59 | 56 |
| Octal | 373 | 304 | 272 | 0 | 26 | 32 | 2 | 11 | 131 | 126 |
| Binary | 11111011 | 11000100 | 10111010 | 0 | 10110 | 11010 | 10 | 1001 | 1011001 | 1010110 |
Color Harmonies of #FBC4BA
Complementary color
Monochromatic Colors of #FBC4BA
Black with #FBC4BA
Text Example
Text Example
White with #FBC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4BA; }
p { color: rgb(251,196,186); }
H1.HeaderClassName
{
color: #FBC4BA;
}
.AnyTagClassName
{
color: #FBC4BA;
}
</style>
background-color css
<style>
a { background-color: #FBC4BA; }
a { background-color: rgb(251,196,186); }
div.DivClassName
{
background-color: #FBC4BA;
}
.BgClassName
{
background-color: #FBC4BA;
}
</style>
border-color css
<style>
span { border-color: #FBC4BA; }
span { border-color: rgb(251,196,186); }
td.TdClassName
{
border-color: #FBC4BA;
}
.TagClassName
{
border-color: #FBC4BA;
}
</style>