Shades of Hit Pink #FBA16B
Tints of Hit Pink #FBA16B
RGB
CMYK
RGB Variations
Color information
#FBA16B (or 0xFBA16B) is known color: Hit Pink. HEX triplet: FB, A1 and 6B. RGB value is (251,161,107). Sum of RGB (Red+Green+Blue) = 251+161+107=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 161 (63.28% from 255 or 31.02% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA16B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA16B is #045E94. Grayscale: #B6B6B6. Windows color (decimal): -286357 or 7053819. OLE color: 7053819.
HSL color Cylindrical-coordinate representation of color #FBA16B: hue angle of 22.5º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBA16B is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 107 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.02 |
| HSL | 22.5º | 0.95% | 0.7% | - |
| HSV(B) | 22.5º | 0.57% | 0.98% | - |
| XYZ | 55.18 | 47.06 | 20.09 | - |
| YUV | 181.75 | 85.82 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 107 | 0 | 0.36 | 0.57 | 0.02 | 22.5 | 0.95 | 0.7 |
| Hex | FB | A1 | 6B | 0 | 24 | 39 | 2 | 16 | 5F | 46 |
| Octal | 373 | 241 | 153 | 0 | 44 | 71 | 2 | 26 | 137 | 106 |
| Binary | 11111011 | 10100001 | 1101011 | 0 | 100100 | 111001 | 10 | 10110 | 1011111 | 1000110 |
Color Harmonies of #FBA16B
Complementary color
Monochromatic Colors of #FBA16B
Black with #FBA16B
Text Example
Text Example
White with #FBA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA16B; }
p { color: rgb(251,161,107); }
H1.HeaderClassName
{
color: #FBA16B;
}
.AnyTagClassName
{
color: #FBA16B;
}
</style>
background-color css
<style>
a { background-color: #FBA16B; }
a { background-color: rgb(251,161,107); }
div.DivClassName
{
background-color: #FBA16B;
}
.BgClassName
{
background-color: #FBA16B;
}
</style>
border-color css
<style>
span { border-color: #FBA16B; }
span { border-color: rgb(251,161,107); }
td.TdClassName
{
border-color: #FBA16B;
}
.TagClassName
{
border-color: #FBA16B;
}
</style>