Shades of Your Pink #FBC5B2
Tints of Your Pink #FBC5B2
RGB
CMYK
RGB Variations
Color information
#FBC5B2 (or 0xFBC5B2) is known color: Your Pink. HEX triplet: FB, C5 and B2. RGB value is (251,197,178). Sum of RGB (Red+Green+Blue) = 251+197+178=626 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.10% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5B2 is #043A4D. Grayscale: #D3D3D3. Windows color (decimal): -277070 or 11716091. OLE color: 11716091.
HSL color Cylindrical-coordinate representation of color #FBC5B2: hue angle of 15.62º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FBC5B2 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 178 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.02 |
| HSL | 15.62º | 0.9% | 0.84% | - |
| HSV(B) | 15.62º | 0.29% | 0.98% | - |
| XYZ | 67.79 | 63.66 | 50.83 | - |
| YUV | 210.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 178 | 0 | 0.22 | 0.29 | 0.02 | 15.62 | 0.9 | 0.84 |
| Hex | FB | C5 | B2 | 0 | 16 | 1D | 2 | 10 | 5A | 54 |
| Octal | 373 | 305 | 262 | 0 | 26 | 35 | 2 | 20 | 132 | 124 |
| Binary | 11111011 | 11000101 | 10110010 | 0 | 10110 | 11101 | 10 | 10000 | 1011010 | 1010100 |
Color Harmonies of #FBC5B2
Complementary color
Monochromatic Colors of #FBC5B2
Black with #FBC5B2
Text Example
Text Example
White with #FBC5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5B2; }
p { color: rgb(251,197,178); }
H1.HeaderClassName
{
color: #FBC5B2;
}
.AnyTagClassName
{
color: #FBC5B2;
}
</style>
background-color css
<style>
a { background-color: #FBC5B2; }
a { background-color: rgb(251,197,178); }
div.DivClassName
{
background-color: #FBC5B2;
}
.BgClassName
{
background-color: #FBC5B2;
}
</style>
border-color css
<style>
span { border-color: #FBC5B2; }
span { border-color: rgb(251,197,178); }
td.TdClassName
{
border-color: #FBC5B2;
}
.TagClassName
{
border-color: #FBC5B2;
}
</style>