Shades of Hit Pink #FBA96C
Tints of Hit Pink #FBA96C
RGB
CMYK
RGB Variations
Color information
#FBA96C (or 0xFBA96C) is known color: Hit Pink. HEX triplet: FB, A9 and 6C. RGB value is (251,169,108). Sum of RGB (Red+Green+Blue) = 251+169+108=528 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.54% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA96C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA96C is #045693. Grayscale: #BABABA. Windows color (decimal): -284308 or 7121403. OLE color: 7121403.
HSL color Cylindrical-coordinate representation of color #FBA96C: hue angle of 25.59º 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 #FBA96C is Cyan = 0, Magento = 0.33, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 169 | 108 | - |
| CMYK | 0 | 0.33 | 0.57 | 0.02 |
| HSL | 25.59º | 0.95% | 0.7% | - |
| HSV(B) | 25.59º | 0.57% | 0.98% | - |
| XYZ | 56.68 | 49.97 | 20.84 | - |
| YUV | 186.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 169 | 108 | 0 | 0.33 | 0.57 | 0.02 | 25.59 | 0.95 | 0.7 |
| Hex | FB | A9 | 6C | 0 | 21 | 39 | 2 | 1A | 5F | 46 |
| Octal | 373 | 251 | 154 | 0 | 41 | 71 | 2 | 32 | 137 | 106 |
| Binary | 11111011 | 10101001 | 1101100 | 0 | 100001 | 111001 | 10 | 11010 | 1011111 | 1000110 |
Color Harmonies of #FBA96C
Complementary color
Monochromatic Colors of #FBA96C
Black with #FBA96C
Text Example
Text Example
White with #FBA96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA96C; }
p { color: rgb(251,169,108); }
H1.HeaderClassName
{
color: #FBA96C;
}
.AnyTagClassName
{
color: #FBA96C;
}
</style>
background-color css
<style>
a { background-color: #FBA96C; }
a { background-color: rgb(251,169,108); }
div.DivClassName
{
background-color: #FBA96C;
}
.BgClassName
{
background-color: #FBA96C;
}
</style>
border-color css
<style>
span { border-color: #FBA96C; }
span { border-color: rgb(251,169,108); }
td.TdClassName
{
border-color: #FBA96C;
}
.TagClassName
{
border-color: #FBA96C;
}
</style>