Shades of Hit Pink #FBA673
Tints of Hit Pink #FBA673
RGB
CMYK
RGB Variations
Color information
#FBA673 (or 0xFBA673) is known color: Hit Pink. HEX triplet: FB, A6 and 73. RGB value is (251,166,115). Sum of RGB (Red+Green+Blue) = 251+166+115=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA673 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA673 is #04598C. Grayscale: #B9B9B9. Windows color (decimal): -285069 or 7579387. OLE color: 7579387.
HSL color Cylindrical-coordinate representation of color #FBA673: hue angle of 22.5º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FBA673 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 115 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.02 |
| HSL | 22.5º | 0.94% | 0.72% | - |
| HSV(B) | 22.5º | 0.54% | 0.98% | - |
| XYZ | 56.51 | 49.02 | 22.7 | - |
| YUV | 185.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 115 | 0 | 0.34 | 0.54 | 0.02 | 22.5 | 0.94 | 0.72 |
| Hex | FB | A6 | 73 | 0 | 22 | 36 | 2 | 16 | 5E | 48 |
| Octal | 373 | 246 | 163 | 0 | 42 | 66 | 2 | 26 | 136 | 110 |
| Binary | 11111011 | 10100110 | 1110011 | 0 | 100010 | 110110 | 10 | 10110 | 1011110 | 1001000 |
Color Harmonies of #FBA673
Complementary color
Monochromatic Colors of #FBA673
Black with #FBA673
Text Example
Text Example
White with #FBA673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA673; }
p { color: rgb(251,166,115); }
H1.HeaderClassName
{
color: #FBA673;
}
.AnyTagClassName
{
color: #FBA673;
}
</style>
background-color css
<style>
a { background-color: #FBA673; }
a { background-color: rgb(251,166,115); }
div.DivClassName
{
background-color: #FBA673;
}
.BgClassName
{
background-color: #FBA673;
}
</style>
border-color css
<style>
span { border-color: #FBA673; }
span { border-color: rgb(251,166,115); }
td.TdClassName
{
border-color: #FBA673;
}
.TagClassName
{
border-color: #FBA673;
}
</style>