Shades of Your Pink #FBC4B7
Tints of Your Pink #FBC4B7
RGB
CMYK
RGB Variations
Color information
#FBC4B7 (or 0xFBC4B7) is known color: Your Pink. HEX triplet: FB, C4 and B7. RGB value is (251,196,183). Sum of RGB (Red+Green+Blue) = 251+196+183=630 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.84% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 183 (71.88% from 255 or 29.05% from 630); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC4B7 is #043B48. Grayscale: #D3D3D3. Windows color (decimal): -277321 or 12043515. OLE color: 12043515.
HSL color Cylindrical-coordinate representation of color #FBC4B7: hue angle of 11.47º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBC4B7 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 183 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.02 |
| HSL | 11.47º | 0.89% | 0.85% | - |
| HSV(B) | 11.47º | 0.27% | 0.98% | - |
| XYZ | 68.07 | 63.41 | 53.45 | - |
| YUV | 210.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 183 | 0 | 0.22 | 0.27 | 0.02 | 11.47 | 0.89 | 0.85 |
| Hex | FB | C4 | B7 | 0 | 16 | 1B | 2 | B | 59 | 55 |
| Octal | 373 | 304 | 267 | 0 | 26 | 33 | 2 | 13 | 131 | 125 |
| Binary | 11111011 | 11000100 | 10110111 | 0 | 10110 | 11011 | 10 | 1011 | 1011001 | 1010101 |
Color Harmonies of #FBC4B7
Complementary color
Monochromatic Colors of #FBC4B7
Black with #FBC4B7
Text Example
Text Example
White with #FBC4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4B7; }
p { color: rgb(251,196,183); }
H1.HeaderClassName
{
color: #FBC4B7;
}
.AnyTagClassName
{
color: #FBC4B7;
}
</style>
background-color css
<style>
a { background-color: #FBC4B7; }
a { background-color: rgb(251,196,183); }
div.DivClassName
{
background-color: #FBC4B7;
}
.BgClassName
{
background-color: #FBC4B7;
}
</style>
border-color css
<style>
span { border-color: #FBC4B7; }
span { border-color: rgb(251,196,183); }
td.TdClassName
{
border-color: #FBC4B7;
}
.TagClassName
{
border-color: #FBC4B7;
}
</style>