Shades of Your Pink #FBC0B8
Tints of Your Pink #FBC0B8
RGB
CMYK
RGB Variations
Color information
#FBC0B8 (or 0xFBC0B8) is known color: Your Pink. HEX triplet: FB, C0 and B8. RGB value is (251,192,184). Sum of RGB (Red+Green+Blue) = 251+192+184=627 (83% of max value = 765). Red value is 251 (98.44% from 255 or 40.03% from 627); Green value is 192 (75.39% from 255 or 30.62% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC0B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC0B8 is #043F47. Grayscale: #D0D0D0. Windows color (decimal): -278344 or 12108027. OLE color: 12108027.
HSL color Cylindrical-coordinate representation of color #FBC0B8: hue angle of 7.16º 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 #FBC0B8 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 184 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.02 |
| HSL | 7.16º | 0.89% | 0.85% | - |
| HSV(B) | 7.16º | 0.27% | 0.98% | - |
| XYZ | 67.29 | 61.67 | 53.7 | - |
| YUV | 208.73 | 114.05 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 184 | 0 | 0.24 | 0.27 | 0.02 | 7.16 | 0.89 | 0.85 |
| Hex | FB | C0 | B8 | 0 | 18 | 1B | 2 | 7 | 59 | 55 |
| Octal | 373 | 300 | 270 | 0 | 30 | 33 | 2 | 7 | 131 | 125 |
| Binary | 11111011 | 11000000 | 10111000 | 0 | 11000 | 11011 | 10 | 111 | 1011001 | 1010101 |
Color Harmonies of #FBC0B8
Complementary color
Monochromatic Colors of #FBC0B8
Black with #FBC0B8
Text Example
Text Example
White with #FBC0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC0B8; }
p { color: rgb(251,192,184); }
H1.HeaderClassName
{
color: #FBC0B8;
}
.AnyTagClassName
{
color: #FBC0B8;
}
</style>
background-color css
<style>
a { background-color: #FBC0B8; }
a { background-color: rgb(251,192,184); }
div.DivClassName
{
background-color: #FBC0B8;
}
.BgClassName
{
background-color: #FBC0B8;
}
</style>
border-color css
<style>
span { border-color: #FBC0B8; }
span { border-color: rgb(251,192,184); }
td.TdClassName
{
border-color: #FBC0B8;
}
.TagClassName
{
border-color: #FBC0B8;
}
</style>