Shades of Hit Pink #FBA16D
Tints of Hit Pink #FBA16D
RGB
CMYK
RGB Variations
Color information
#FBA16D (or 0xFBA16D) is known color: Hit Pink. HEX triplet: FB, A1 and 6D. RGB value is (251,161,109). Sum of RGB (Red+Green+Blue) = 251+161+109=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA16D is #045E92. Grayscale: #B6B6B6. Windows color (decimal): -286355 or 7184891. OLE color: 7184891.
HSL color Cylindrical-coordinate representation of color #FBA16D: hue angle of 21.97º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBA16D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 109 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.02 |
| HSL | 21.97º | 0.95% | 0.71% | - |
| HSV(B) | 21.97º | 0.57% | 0.98% | - |
| XYZ | 55.29 | 47.1 | 20.65 | - |
| YUV | 181.98 | 86.82 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 109 | 0 | 0.36 | 0.57 | 0.02 | 21.97 | 0.95 | 0.71 |
| Hex | FB | A1 | 6D | 0 | 24 | 39 | 2 | 16 | 5F | 47 |
| Octal | 373 | 241 | 155 | 0 | 44 | 71 | 2 | 26 | 137 | 107 |
| Binary | 11111011 | 10100001 | 1101101 | 0 | 100100 | 111001 | 10 | 10110 | 1011111 | 1000111 |
Color Harmonies of #FBA16D
Complementary color
Monochromatic Colors of #FBA16D
Black with #FBA16D
Text Example
Text Example
White with #FBA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA16D; }
p { color: rgb(251,161,109); }
H1.HeaderClassName
{
color: #FBA16D;
}
.AnyTagClassName
{
color: #FBA16D;
}
</style>
background-color css
<style>
a { background-color: #FBA16D; }
a { background-color: rgb(251,161,109); }
div.DivClassName
{
background-color: #FBA16D;
}
.BgClassName
{
background-color: #FBA16D;
}
</style>
border-color css
<style>
span { border-color: #FBA16D; }
span { border-color: rgb(251,161,109); }
td.TdClassName
{
border-color: #FBA16D;
}
.TagClassName
{
border-color: #FBA16D;
}
</style>