Shades of Hit Pink #FBA876
Tints of Hit Pink #FBA876
RGB
CMYK
RGB Variations
Color information
#FBA876 (or 0xFBA876) is known color: Hit Pink. HEX triplet: FB, A8 and 76. RGB value is (251,168,118). Sum of RGB (Red+Green+Blue) = 251+168+118=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA876 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA876 is #045789. Grayscale: #BBBBBB. Windows color (decimal): -284554 or 7776507. OLE color: 7776507.
HSL color Cylindrical-coordinate representation of color #FBA876: hue angle of 22.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBA876 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 118 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.02 |
| HSL | 22.56º | 0.94% | 0.72% | - |
| HSV(B) | 22.56º | 0.53% | 0.98% | - |
| XYZ | 57.06 | 49.82 | 23.75 | - |
| YUV | 187.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 118 | 0 | 0.33 | 0.53 | 0.02 | 22.56 | 0.94 | 0.72 |
| Hex | FB | A8 | 76 | 0 | 21 | 35 | 2 | 17 | 5E | 48 |
| Octal | 373 | 250 | 166 | 0 | 41 | 65 | 2 | 27 | 136 | 110 |
| Binary | 11111011 | 10101000 | 1110110 | 0 | 100001 | 110101 | 10 | 10111 | 1011110 | 1001000 |
Color Harmonies of #FBA876
Complementary color
Monochromatic Colors of #FBA876
Black with #FBA876
Text Example
Text Example
White with #FBA876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA876; }
p { color: rgb(251,168,118); }
H1.HeaderClassName
{
color: #FBA876;
}
.AnyTagClassName
{
color: #FBA876;
}
</style>
background-color css
<style>
a { background-color: #FBA876; }
a { background-color: rgb(251,168,118); }
div.DivClassName
{
background-color: #FBA876;
}
.BgClassName
{
background-color: #FBA876;
}
</style>
border-color css
<style>
span { border-color: #FBA876; }
span { border-color: rgb(251,168,118); }
td.TdClassName
{
border-color: #FBA876;
}
.TagClassName
{
border-color: #FBA876;
}
</style>