Shades of Hit Pink #FBA875
Tints of Hit Pink #FBA875
RGB
CMYK
RGB Variations
Color information
#FBA875 (or 0xFBA875) is known color: Hit Pink. HEX triplet: FB, A8 and 75. RGB value is (251,168,117). Sum of RGB (Red+Green+Blue) = 251+168+117=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 168 (66.02% from 255 or 31.34% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA875 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA875 is #04578A. Grayscale: #BBBBBB. Windows color (decimal): -284555 or 7710971. OLE color: 7710971.
HSL color Cylindrical-coordinate representation of color #FBA875: hue angle of 22.84º 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 #FBA875 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 117 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.02 |
| HSL | 22.84º | 0.94% | 0.72% | - |
| HSV(B) | 22.84º | 0.53% | 0.98% | - |
| XYZ | 57 | 49.8 | 23.44 | - |
| YUV | 187 | 88.5 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 117 | 0 | 0.33 | 0.53 | 0.02 | 22.84 | 0.94 | 0.72 |
| Hex | FB | A8 | 75 | 0 | 21 | 35 | 2 | 17 | 5E | 48 |
| Octal | 373 | 250 | 165 | 0 | 41 | 65 | 2 | 27 | 136 | 110 |
| Binary | 11111011 | 10101000 | 1110101 | 0 | 100001 | 110101 | 10 | 10111 | 1011110 | 1001000 |
Color Harmonies of #FBA875
Complementary color
Monochromatic Colors of #FBA875
Black with #FBA875
Text Example
Text Example
White with #FBA875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA875; }
p { color: rgb(251,168,117); }
H1.HeaderClassName
{
color: #FBA875;
}
.AnyTagClassName
{
color: #FBA875;
}
</style>
background-color css
<style>
a { background-color: #FBA875; }
a { background-color: rgb(251,168,117); }
div.DivClassName
{
background-color: #FBA875;
}
.BgClassName
{
background-color: #FBA875;
}
</style>
border-color css
<style>
span { border-color: #FBA875; }
span { border-color: rgb(251,168,117); }
td.TdClassName
{
border-color: #FBA875;
}
.TagClassName
{
border-color: #FBA875;
}
</style>