Shades of Hit Pink #FBA568
Tints of Hit Pink #FBA568
RGB
CMYK
RGB Variations
Color information
#FBA568 (or 0xFBA568) is known color: Hit Pink. HEX triplet: FB, A5 and 68. RGB value is (251,165,104). Sum of RGB (Red+Green+Blue) = 251+165+104=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 165 (64.84% from 255 or 31.73% from 520); Blue value is 104 (41.02% from 255 or 20% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA568 is #045A97. Grayscale: #B8B8B8. Windows color (decimal): -285336 or 6858235. OLE color: 6858235.
HSL color Cylindrical-coordinate representation of color #FBA568: hue angle of 24.9º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBA568 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 104 | - |
| CMYK | 0 | 0.34 | 0.59 | 0.02 |
| HSL | 24.9º | 0.95% | 0.7% | - |
| HSV(B) | 24.9º | 0.59% | 0.98% | - |
| XYZ | 55.74 | 48.42 | 19.5 | - |
| YUV | 183.76 | 82.99 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 104 | 0 | 0.34 | 0.59 | 0.02 | 24.9 | 0.95 | 0.7 |
| Hex | FB | A5 | 68 | 0 | 22 | 3B | 2 | 19 | 5F | 46 |
| Octal | 373 | 245 | 150 | 0 | 42 | 73 | 2 | 31 | 137 | 106 |
| Binary | 11111011 | 10100101 | 1101000 | 0 | 100010 | 111011 | 10 | 11001 | 1011111 | 1000110 |
Color Harmonies of #FBA568
Complementary color
Monochromatic Colors of #FBA568
Black with #FBA568
Text Example
Text Example
White with #FBA568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA568; }
p { color: rgb(251,165,104); }
H1.HeaderClassName
{
color: #FBA568;
}
.AnyTagClassName
{
color: #FBA568;
}
</style>
background-color css
<style>
a { background-color: #FBA568; }
a { background-color: rgb(251,165,104); }
div.DivClassName
{
background-color: #FBA568;
}
.BgClassName
{
background-color: #FBA568;
}
</style>
border-color css
<style>
span { border-color: #FBA568; }
span { border-color: rgb(251,165,104); }
td.TdClassName
{
border-color: #FBA568;
}
.TagClassName
{
border-color: #FBA568;
}
</style>