Shades of Hit Pink #FBA778
Tints of Hit Pink #FBA778
RGB
CMYK
RGB Variations
Color information
#FBA778 (or 0xFBA778) is known color: Hit Pink. HEX triplet: FB, A7 and 78. RGB value is (251,167,120). Sum of RGB (Red+Green+Blue) = 251+167+120=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 167 (65.62% from 255 or 31.04% from 538); Blue value is 120 (47.27% from 255 or 22.30% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA778 is #045887. Grayscale: #BBBBBB. Windows color (decimal): -284808 or 7907323. OLE color: 7907323.
HSL color Cylindrical-coordinate representation of color #FBA778: hue angle of 21.53º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FBA778 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 120 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.02 |
| HSL | 21.53º | 0.94% | 0.73% | - |
| HSV(B) | 21.53º | 0.52% | 0.98% | - |
| XYZ | 56.99 | 49.5 | 24.32 | - |
| YUV | 186.76 | 90.33 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 120 | 0 | 0.33 | 0.52 | 0.02 | 21.53 | 0.94 | 0.73 |
| Hex | FB | A7 | 78 | 0 | 21 | 34 | 2 | 16 | 5E | 49 |
| Octal | 373 | 247 | 170 | 0 | 41 | 64 | 2 | 26 | 136 | 111 |
| Binary | 11111011 | 10100111 | 1111000 | 0 | 100001 | 110100 | 10 | 10110 | 1011110 | 1001001 |
Color Harmonies of #FBA778
Complementary color
Monochromatic Colors of #FBA778
Black with #FBA778
Text Example
Text Example
White with #FBA778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA778; }
p { color: rgb(251,167,120); }
H1.HeaderClassName
{
color: #FBA778;
}
.AnyTagClassName
{
color: #FBA778;
}
</style>
background-color css
<style>
a { background-color: #FBA778; }
a { background-color: rgb(251,167,120); }
div.DivClassName
{
background-color: #FBA778;
}
.BgClassName
{
background-color: #FBA778;
}
</style>
border-color css
<style>
span { border-color: #FBA778; }
span { border-color: rgb(251,167,120); }
td.TdClassName
{
border-color: #FBA778;
}
.TagClassName
{
border-color: #FBA778;
}
</style>