Shades of Hit Pink #FBA771
Tints of Hit Pink #FBA771
RGB
CMYK
RGB Variations
Color information
#FBA771 (or 0xFBA771) is known color: Hit Pink. HEX triplet: FB, A7 and 71. RGB value is (251,167,113). Sum of RGB (Red+Green+Blue) = 251+167+113=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA771 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA771 is #04588E. Grayscale: #BABABA. Windows color (decimal): -284815 or 7448571. OLE color: 7448571.
HSL color Cylindrical-coordinate representation of color #FBA771: hue angle of 23.48º 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 #FBA771 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 113 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.02 |
| HSL | 23.48º | 0.95% | 0.71% | - |
| HSV(B) | 23.48º | 0.55% | 0.98% | - |
| XYZ | 56.58 | 49.34 | 22.16 | - |
| YUV | 185.96 | 86.83 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 113 | 0 | 0.33 | 0.55 | 0.02 | 23.48 | 0.95 | 0.71 |
| Hex | FB | A7 | 71 | 0 | 21 | 37 | 2 | 17 | 5F | 47 |
| Octal | 373 | 247 | 161 | 0 | 41 | 67 | 2 | 27 | 137 | 107 |
| Binary | 11111011 | 10100111 | 1110001 | 0 | 100001 | 110111 | 10 | 10111 | 1011111 | 1000111 |
Color Harmonies of #FBA771
Complementary color
Monochromatic Colors of #FBA771
Black with #FBA771
Text Example
Text Example
White with #FBA771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA771; }
p { color: rgb(251,167,113); }
H1.HeaderClassName
{
color: #FBA771;
}
.AnyTagClassName
{
color: #FBA771;
}
</style>
background-color css
<style>
a { background-color: #FBA771; }
a { background-color: rgb(251,167,113); }
div.DivClassName
{
background-color: #FBA771;
}
.BgClassName
{
background-color: #FBA771;
}
</style>
border-color css
<style>
span { border-color: #FBA771; }
span { border-color: rgb(251,167,113); }
td.TdClassName
{
border-color: #FBA771;
}
.TagClassName
{
border-color: #FBA771;
}
</style>