Shades of Hit Pink #FBA576
Tints of Hit Pink #FBA576
RGB
CMYK
RGB Variations
Color information
#FBA576 (or 0xFBA576) is known color: Hit Pink. HEX triplet: FB, A5 and 76. RGB value is (251,165,118). Sum of RGB (Red+Green+Blue) = 251+165+118=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA576 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA576 is #045A89. Grayscale: #B9B9B9. Windows color (decimal): -285322 or 7775739. OLE color: 7775739.
HSL color Cylindrical-coordinate representation of color #FBA576: hue angle of 21.2º 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 #FBA576 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 118 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.02 |
| HSL | 21.2º | 0.94% | 0.72% | - |
| HSV(B) | 21.2º | 0.53% | 0.98% | - |
| XYZ | 56.51 | 48.73 | 23.57 | - |
| YUV | 185.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 118 | 0 | 0.34 | 0.53 | 0.02 | 21.2 | 0.94 | 0.72 |
| Hex | FB | A5 | 76 | 0 | 22 | 35 | 2 | 15 | 5E | 48 |
| Octal | 373 | 245 | 166 | 0 | 42 | 65 | 2 | 25 | 136 | 110 |
| Binary | 11111011 | 10100101 | 1110110 | 0 | 100010 | 110101 | 10 | 10101 | 1011110 | 1001000 |
Color Harmonies of #FBA576
Complementary color
Monochromatic Colors of #FBA576
Black with #FBA576
Text Example
Text Example
White with #FBA576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA576; }
p { color: rgb(251,165,118); }
H1.HeaderClassName
{
color: #FBA576;
}
.AnyTagClassName
{
color: #FBA576;
}
</style>
background-color css
<style>
a { background-color: #FBA576; }
a { background-color: rgb(251,165,118); }
div.DivClassName
{
background-color: #FBA576;
}
.BgClassName
{
background-color: #FBA576;
}
</style>
border-color css
<style>
span { border-color: #FBA576; }
span { border-color: rgb(251,165,118); }
td.TdClassName
{
border-color: #FBA576;
}
.TagClassName
{
border-color: #FBA576;
}
</style>