Shades of Your Pink #FBC9B8
Tints of Your Pink #FBC9B8
RGB
CMYK
RGB Variations
Color information
#FBC9B8 (or 0xFBC9B8) is known color: Your Pink. HEX triplet: FB, C9 and B8. RGB value is (251,201,184). Sum of RGB (Red+Green+Blue) = 251+201+184=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 184 (72.27% from 255 or 28.93% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9B8 is #043647. Grayscale: #D6D6D6. Windows color (decimal): -276040 or 12110331. OLE color: 12110331.
HSL color Cylindrical-coordinate representation of color #FBC9B8: hue angle of 15.22º 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 #FBC9B8 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 201 | 184 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.02 |
| HSL | 15.22º | 0.89% | 0.85% | - |
| HSV(B) | 15.22º | 0.27% | 0.98% | - |
| XYZ | 69.32 | 65.74 | 54.38 | - |
| YUV | 214.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 201 | 184 | 0 | 0.20 | 0.27 | 0.02 | 15.22 | 0.89 | 0.85 |
| Hex | FB | C9 | B8 | 0 | 14 | 1B | 2 | F | 59 | 55 |
| Octal | 373 | 311 | 270 | 0 | 24 | 33 | 2 | 17 | 131 | 125 |
| Binary | 11111011 | 11001001 | 10111000 | 0 | 10100 | 11011 | 10 | 1111 | 1011001 | 1010101 |
Color Harmonies of #FBC9B8
Complementary color
Monochromatic Colors of #FBC9B8
Black with #FBC9B8
Text Example
Text Example
White with #FBC9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC9B8; }
p { color: rgb(251,201,184); }
H1.HeaderClassName
{
color: #FBC9B8;
}
.AnyTagClassName
{
color: #FBC9B8;
}
</style>
background-color css
<style>
a { background-color: #FBC9B8; }
a { background-color: rgb(251,201,184); }
div.DivClassName
{
background-color: #FBC9B8;
}
.BgClassName
{
background-color: #FBC9B8;
}
</style>
border-color css
<style>
span { border-color: #FBC9B8; }
span { border-color: rgb(251,201,184); }
td.TdClassName
{
border-color: #FBC9B8;
}
.TagClassName
{
border-color: #FBC9B8;
}
</style>