Shades of Hit Pink #FBA86E
Tints of Hit Pink #FBA86E
RGB
CMYK
RGB Variations
Color information
#FBA86E (or 0xFBA86E) is known color: Hit Pink. HEX triplet: FB, A8 and 6E. RGB value is (251,168,110). Sum of RGB (Red+Green+Blue) = 251+168+110=529 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.45% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA86E is #045791. Grayscale: #BABABA. Windows color (decimal): -284562 or 7252219. OLE color: 7252219.
HSL color Cylindrical-coordinate representation of color #FBA86E: hue angle of 24.68º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBA86E is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 110 | - |
| CMYK | 0 | 0.33 | 0.56 | 0.02 |
| HSL | 24.68º | 0.95% | 0.71% | - |
| HSV(B) | 24.68º | 0.56% | 0.98% | - |
| XYZ | 56.6 | 49.64 | 21.35 | - |
| YUV | 186.21 | 85 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 110 | 0 | 0.33 | 0.56 | 0.02 | 24.68 | 0.95 | 0.71 |
| Hex | FB | A8 | 6E | 0 | 21 | 38 | 2 | 19 | 5F | 47 |
| Octal | 373 | 250 | 156 | 0 | 41 | 70 | 2 | 31 | 137 | 107 |
| Binary | 11111011 | 10101000 | 1101110 | 0 | 100001 | 111000 | 10 | 11001 | 1011111 | 1000111 |
Color Harmonies of #FBA86E
Complementary color
Monochromatic Colors of #FBA86E
Black with #FBA86E
Text Example
Text Example
White with #FBA86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA86E; }
p { color: rgb(251,168,110); }
H1.HeaderClassName
{
color: #FBA86E;
}
.AnyTagClassName
{
color: #FBA86E;
}
</style>
background-color css
<style>
a { background-color: #FBA86E; }
a { background-color: rgb(251,168,110); }
div.DivClassName
{
background-color: #FBA86E;
}
.BgClassName
{
background-color: #FBA86E;
}
</style>
border-color css
<style>
span { border-color: #FBA86E; }
span { border-color: rgb(251,168,110); }
td.TdClassName
{
border-color: #FBA86E;
}
.TagClassName
{
border-color: #FBA86E;
}
</style>