Shades of Hit Pink #FBA976
Tints of Hit Pink #FBA976
RGB
CMYK
RGB Variations
Color information
#FBA976 (or 0xFBA976) is known color: Hit Pink. HEX triplet: FB, A9 and 76. RGB value is (251,169,118). Sum of RGB (Red+Green+Blue) = 251+169+118=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA976 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA976 is #045689. Grayscale: #BBBBBB. Windows color (decimal): -284298 or 7776763. OLE color: 7776763.
HSL color Cylindrical-coordinate representation of color #FBA976: hue angle of 23.01º 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 #FBA976 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 118 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.02 |
| HSL | 23.01º | 0.94% | 0.72% | - |
| HSV(B) | 23.01º | 0.53% | 0.98% | - |
| XYZ | 57.24 | 50.19 | 23.81 | - |
| YUV | 187.7 | 88.67 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 118 | 0 | 0.33 | 0.53 | 0.02 | 23.01 | 0.94 | 0.72 |
| Hex | FB | A9 | 76 | 0 | 21 | 35 | 2 | 17 | 5E | 48 |
| Octal | 373 | 251 | 166 | 0 | 41 | 65 | 2 | 27 | 136 | 110 |
| Binary | 11111011 | 10101001 | 1110110 | 0 | 100001 | 110101 | 10 | 10111 | 1011110 | 1001000 |
Color Harmonies of #FBA976
Complementary color
Monochromatic Colors of #FBA976
Black with #FBA976
Text Example
Text Example
White with #FBA976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA976; }
p { color: rgb(251,169,118); }
H1.HeaderClassName
{
color: #FBA976;
}
.AnyTagClassName
{
color: #FBA976;
}
</style>
background-color css
<style>
a { background-color: #FBA976; }
a { background-color: rgb(251,169,118); }
div.DivClassName
{
background-color: #FBA976;
}
.BgClassName
{
background-color: #FBA976;
}
</style>
border-color css
<style>
span { border-color: #FBA976; }
span { border-color: rgb(251,169,118); }
td.TdClassName
{
border-color: #FBA976;
}
.TagClassName
{
border-color: #FBA976;
}
</style>