Shades of Your Pink #FBC7B8
Tints of Your Pink #FBC7B8
RGB
CMYK
RGB Variations
Color information
#FBC7B8 (or 0xFBC7B8) is known color: Your Pink. HEX triplet: FB, C7 and B8. RGB value is (251,199,184). Sum of RGB (Red+Green+Blue) = 251+199+184=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 184 (72.27% from 255 or 29.02% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7B8 is #043847. Grayscale: #D4D4D4. Windows color (decimal): -276552 or 12109819. OLE color: 12109819.
HSL color Cylindrical-coordinate representation of color #FBC7B8: hue angle of 13.43º 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 #FBC7B8 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 184 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.02 |
| HSL | 13.43º | 0.89% | 0.85% | - |
| HSV(B) | 13.43º | 0.27% | 0.98% | - |
| XYZ | 68.86 | 64.82 | 54.23 | - |
| YUV | 212.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 184 | 0 | 0.21 | 0.27 | 0.02 | 13.43 | 0.89 | 0.85 |
| Hex | FB | C7 | B8 | 0 | 15 | 1B | 2 | D | 59 | 55 |
| Octal | 373 | 307 | 270 | 0 | 25 | 33 | 2 | 15 | 131 | 125 |
| Binary | 11111011 | 11000111 | 10111000 | 0 | 10101 | 11011 | 10 | 1101 | 1011001 | 1010101 |
Color Harmonies of #FBC7B8
Complementary color
Monochromatic Colors of #FBC7B8
Black with #FBC7B8
Text Example
Text Example
White with #FBC7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC7B8; }
p { color: rgb(251,199,184); }
H1.HeaderClassName
{
color: #FBC7B8;
}
.AnyTagClassName
{
color: #FBC7B8;
}
</style>
background-color css
<style>
a { background-color: #FBC7B8; }
a { background-color: rgb(251,199,184); }
div.DivClassName
{
background-color: #FBC7B8;
}
.BgClassName
{
background-color: #FBC7B8;
}
</style>
border-color css
<style>
span { border-color: #FBC7B8; }
span { border-color: rgb(251,199,184); }
td.TdClassName
{
border-color: #FBC7B8;
}
.TagClassName
{
border-color: #FBC7B8;
}
</style>