Shades of Hit Pink #FBA871
Tints of Hit Pink #FBA871
RGB
CMYK
RGB Variations
Color information
#FBA871 (or 0xFBA871) is known color: Hit Pink. HEX triplet: FB, A8 and 71. RGB value is (251,168,113). Sum of RGB (Red+Green+Blue) = 251+168+113=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 113 (44.53% from 255 or 21.24% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA871 is #04578E. Grayscale: #BABABA. Windows color (decimal): -284559 or 7448827. OLE color: 7448827.
HSL color Cylindrical-coordinate representation of color #FBA871: hue angle of 23.91º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FBA871 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 113 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.02 |
| HSL | 23.91º | 0.95% | 0.71% | - |
| HSV(B) | 23.91º | 0.55% | 0.98% | - |
| XYZ | 56.77 | 49.71 | 22.23 | - |
| YUV | 186.55 | 86.5 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 113 | 0 | 0.33 | 0.55 | 0.02 | 23.91 | 0.95 | 0.71 |
| Hex | FB | A8 | 71 | 0 | 21 | 37 | 2 | 18 | 5F | 47 |
| Octal | 373 | 250 | 161 | 0 | 41 | 67 | 2 | 30 | 137 | 107 |
| Binary | 11111011 | 10101000 | 1110001 | 0 | 100001 | 110111 | 10 | 11000 | 1011111 | 1000111 |
Color Harmonies of #FBA871
Complementary color
Monochromatic Colors of #FBA871
Black with #FBA871
Text Example
Text Example
White with #FBA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA871; }
p { color: rgb(251,168,113); }
H1.HeaderClassName
{
color: #FBA871;
}
.AnyTagClassName
{
color: #FBA871;
}
</style>
background-color css
<style>
a { background-color: #FBA871; }
a { background-color: rgb(251,168,113); }
div.DivClassName
{
background-color: #FBA871;
}
.BgClassName
{
background-color: #FBA871;
}
</style>
border-color css
<style>
span { border-color: #FBA871; }
span { border-color: rgb(251,168,113); }
td.TdClassName
{
border-color: #FBA871;
}
.TagClassName
{
border-color: #FBA871;
}
</style>