Shades of Hit Pink #FBA470
Tints of Hit Pink #FBA470
RGB
CMYK
RGB Variations
Color information
#FBA470 (or 0xFBA470) is known color: Hit Pink. HEX triplet: FB, A4 and 70. RGB value is (251,164,112). Sum of RGB (Red+Green+Blue) = 251+164+112=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 164 (64.45% from 255 or 31.12% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA470 is #045B8F. Grayscale: #B8B8B8. Windows color (decimal): -285584 or 7382267. OLE color: 7382267.
HSL color Cylindrical-coordinate representation of color #FBA470: hue angle of 22.45º 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 #FBA470 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 112 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.02 |
| HSL | 22.45º | 0.95% | 0.71% | - |
| HSV(B) | 22.45º | 0.55% | 0.98% | - |
| XYZ | 55.98 | 48.23 | 21.69 | - |
| YUV | 184.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 112 | 0 | 0.35 | 0.55 | 0.02 | 22.45 | 0.95 | 0.71 |
| Hex | FB | A4 | 70 | 0 | 23 | 37 | 2 | 16 | 5F | 47 |
| Octal | 373 | 244 | 160 | 0 | 43 | 67 | 2 | 26 | 137 | 107 |
| Binary | 11111011 | 10100100 | 1110000 | 0 | 100011 | 110111 | 10 | 10110 | 1011111 | 1000111 |
Color Harmonies of #FBA470
Complementary color
Monochromatic Colors of #FBA470
Black with #FBA470
Text Example
Text Example
White with #FBA470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA470; }
p { color: rgb(251,164,112); }
H1.HeaderClassName
{
color: #FBA470;
}
.AnyTagClassName
{
color: #FBA470;
}
</style>
background-color css
<style>
a { background-color: #FBA470; }
a { background-color: rgb(251,164,112); }
div.DivClassName
{
background-color: #FBA470;
}
.BgClassName
{
background-color: #FBA470;
}
</style>
border-color css
<style>
span { border-color: #FBA470; }
span { border-color: rgb(251,164,112); }
td.TdClassName
{
border-color: #FBA470;
}
.TagClassName
{
border-color: #FBA470;
}
</style>