Shades of Hit Pink #FBAB6C
Tints of Hit Pink #FBAB6C
RGB
CMYK
RGB Variations
Color information
#FBAB6C (or 0xFBAB6C) is known color: Hit Pink. HEX triplet: FB, AB and 6C. RGB value is (251,171,108). Sum of RGB (Red+Green+Blue) = 251+171+108=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAB6C is #045493. Grayscale: #BCBCBC. Windows color (decimal): -283796 or 7121915. OLE color: 7121915.
HSL color Cylindrical-coordinate representation of color #FBAB6C: hue angle of 26.43º 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 #FBAB6C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 108 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.02 |
| HSL | 26.43º | 0.95% | 0.7% | - |
| HSV(B) | 26.43º | 0.57% | 0.98% | - |
| XYZ | 57.05 | 50.72 | 20.97 | - |
| YUV | 187.74 | 83 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 108 | 0 | 0.32 | 0.57 | 0.02 | 26.43 | 0.95 | 0.7 |
| Hex | FB | AB | 6C | 0 | 20 | 39 | 2 | 1A | 5F | 46 |
| Octal | 373 | 253 | 154 | 0 | 40 | 71 | 2 | 32 | 137 | 106 |
| Binary | 11111011 | 10101011 | 1101100 | 0 | 100000 | 111001 | 10 | 11010 | 1011111 | 1000110 |
Color Harmonies of #FBAB6C
Complementary color
Monochromatic Colors of #FBAB6C
Black with #FBAB6C
Text Example
Text Example
White with #FBAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB6C; }
p { color: rgb(251,171,108); }
H1.HeaderClassName
{
color: #FBAB6C;
}
.AnyTagClassName
{
color: #FBAB6C;
}
</style>
background-color css
<style>
a { background-color: #FBAB6C; }
a { background-color: rgb(251,171,108); }
div.DivClassName
{
background-color: #FBAB6C;
}
.BgClassName
{
background-color: #FBAB6C;
}
</style>
border-color css
<style>
span { border-color: #FBAB6C; }
span { border-color: rgb(251,171,108); }
td.TdClassName
{
border-color: #FBAB6C;
}
.TagClassName
{
border-color: #FBAB6C;
}
</style>