Shades of Hit Pink #FBA777
Tints of Hit Pink #FBA777
RGB
CMYK
RGB Variations
Color information
#FBA777 (or 0xFBA777) is known color: Hit Pink. HEX triplet: FB, A7 and 77. RGB value is (251,167,119). Sum of RGB (Red+Green+Blue) = 251+167+119=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA777 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA777 is #045888. Grayscale: #BABABA. Windows color (decimal): -284809 or 7841787. OLE color: 7841787.
HSL color Cylindrical-coordinate representation of color #FBA777: hue angle of 21.82º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FBA777 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 119 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.02 |
| HSL | 21.82º | 0.94% | 0.73% | - |
| HSV(B) | 21.82º | 0.53% | 0.98% | - |
| XYZ | 56.93 | 49.48 | 24 | - |
| YUV | 186.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 119 | 0 | 0.33 | 0.53 | 0.02 | 21.82 | 0.94 | 0.73 |
| Hex | FB | A7 | 77 | 0 | 21 | 35 | 2 | 16 | 5E | 49 |
| Octal | 373 | 247 | 167 | 0 | 41 | 65 | 2 | 26 | 136 | 111 |
| Binary | 11111011 | 10100111 | 1110111 | 0 | 100001 | 110101 | 10 | 10110 | 1011110 | 1001001 |
Color Harmonies of #FBA777
Complementary color
Monochromatic Colors of #FBA777
Black with #FBA777
Text Example
Text Example
White with #FBA777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA777; }
p { color: rgb(251,167,119); }
H1.HeaderClassName
{
color: #FBA777;
}
.AnyTagClassName
{
color: #FBA777;
}
</style>
background-color css
<style>
a { background-color: #FBA777; }
a { background-color: rgb(251,167,119); }
div.DivClassName
{
background-color: #FBA777;
}
.BgClassName
{
background-color: #FBA777;
}
</style>
border-color css
<style>
span { border-color: #FBA777; }
span { border-color: rgb(251,167,119); }
td.TdClassName
{
border-color: #FBA777;
}
.TagClassName
{
border-color: #FBA777;
}
</style>