Shades of Hit Pink #FBA676
Tints of Hit Pink #FBA676
RGB
CMYK
RGB Variations
Color information
#FBA676 (or 0xFBA676) is known color: Hit Pink. HEX triplet: FB, A6 and 76. RGB value is (251,166,118). Sum of RGB (Red+Green+Blue) = 251+166+118=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA676 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA676 is #045989. Grayscale: #BABABA. Windows color (decimal): -285066 or 7775995. OLE color: 7775995.
HSL color Cylindrical-coordinate representation of color #FBA676: hue angle of 21.65º 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 #FBA676 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 118 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.02 |
| HSL | 21.65º | 0.94% | 0.72% | - |
| HSV(B) | 21.65º | 0.53% | 0.98% | - |
| XYZ | 56.69 | 49.09 | 23.63 | - |
| YUV | 185.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 118 | 0 | 0.34 | 0.53 | 0.02 | 21.65 | 0.94 | 0.72 |
| Hex | FB | A6 | 76 | 0 | 22 | 35 | 2 | 16 | 5E | 48 |
| Octal | 373 | 246 | 166 | 0 | 42 | 65 | 2 | 26 | 136 | 110 |
| Binary | 11111011 | 10100110 | 1110110 | 0 | 100010 | 110101 | 10 | 10110 | 1011110 | 1001000 |
Color Harmonies of #FBA676
Complementary color
Monochromatic Colors of #FBA676
Black with #FBA676
Text Example
Text Example
White with #FBA676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA676; }
p { color: rgb(251,166,118); }
H1.HeaderClassName
{
color: #FBA676;
}
.AnyTagClassName
{
color: #FBA676;
}
</style>
background-color css
<style>
a { background-color: #FBA676; }
a { background-color: rgb(251,166,118); }
div.DivClassName
{
background-color: #FBA676;
}
.BgClassName
{
background-color: #FBA676;
}
</style>
border-color css
<style>
span { border-color: #FBA676; }
span { border-color: rgb(251,166,118); }
td.TdClassName
{
border-color: #FBA676;
}
.TagClassName
{
border-color: #FBA676;
}
</style>