Shades of Hit Pink #FBA96D
Tints of Hit Pink #FBA96D
RGB
CMYK
RGB Variations
Color information
#FBA96D (or 0xFBA96D) is known color: Hit Pink. HEX triplet: FB, A9 and 6D. RGB value is (251,169,109). Sum of RGB (Red+Green+Blue) = 251+169+109=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 169 (66.41% from 255 or 31.95% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA96D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA96D is #045692. Grayscale: #BBBBBB. Windows color (decimal): -284307 or 7186939. OLE color: 7186939.
HSL color Cylindrical-coordinate representation of color #FBA96D: hue angle of 25.35º 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 #FBA96D is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 109 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.02 |
| HSL | 25.35º | 0.95% | 0.71% | - |
| HSV(B) | 25.35º | 0.57% | 0.98% | - |
| XYZ | 56.73 | 49.99 | 21.13 | - |
| YUV | 186.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 109 | 0 | 0.33 | 0.57 | 0.02 | 25.35 | 0.95 | 0.71 |
| Hex | FB | A9 | 6D | 0 | 21 | 39 | 2 | 19 | 5F | 47 |
| Octal | 373 | 251 | 155 | 0 | 41 | 71 | 2 | 31 | 137 | 107 |
| Binary | 11111011 | 10101001 | 1101101 | 0 | 100001 | 111001 | 10 | 11001 | 1011111 | 1000111 |
Color Harmonies of #FBA96D
Complementary color
Monochromatic Colors of #FBA96D
Black with #FBA96D
Text Example
Text Example
White with #FBA96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA96D; }
p { color: rgb(251,169,109); }
H1.HeaderClassName
{
color: #FBA96D;
}
.AnyTagClassName
{
color: #FBA96D;
}
</style>
background-color css
<style>
a { background-color: #FBA96D; }
a { background-color: rgb(251,169,109); }
div.DivClassName
{
background-color: #FBA96D;
}
.BgClassName
{
background-color: #FBA96D;
}
</style>
border-color css
<style>
span { border-color: #FBA96D; }
span { border-color: rgb(251,169,109); }
td.TdClassName
{
border-color: #FBA96D;
}
.TagClassName
{
border-color: #FBA96D;
}
</style>