Shades of Hit Pink #FBA068
Tints of Hit Pink #FBA068
RGB
CMYK
RGB Variations
Color information
#FBA068 (or 0xFBA068) is known color: Hit Pink. HEX triplet: FB, A0 and 68. RGB value is (251,160,104). Sum of RGB (Red+Green+Blue) = 251+160+104=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA068 is #045F97. Grayscale: #B5B5B5. Windows color (decimal): -286616 or 6856955. OLE color: 6856955.
HSL color Cylindrical-coordinate representation of color #FBA068: hue angle of 22.86º 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 #FBA068 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 160 | 104 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.02 |
| HSL | 22.86º | 0.95% | 0.7% | - |
| HSV(B) | 22.86º | 0.59% | 0.98% | - |
| XYZ | 54.85 | 46.65 | 19.21 | - |
| YUV | 180.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 160 | 104 | 0 | 0.36 | 0.59 | 0.02 | 22.86 | 0.95 | 0.7 |
| Hex | FB | A0 | 68 | 0 | 24 | 3B | 2 | 17 | 5F | 46 |
| Octal | 373 | 240 | 150 | 0 | 44 | 73 | 2 | 27 | 137 | 106 |
| Binary | 11111011 | 10100000 | 1101000 | 0 | 100100 | 111011 | 10 | 10111 | 1011111 | 1000110 |
Color Harmonies of #FBA068
Complementary color
Monochromatic Colors of #FBA068
Black with #FBA068
Text Example
Text Example
White with #FBA068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA068; }
p { color: rgb(251,160,104); }
H1.HeaderClassName
{
color: #FBA068;
}
.AnyTagClassName
{
color: #FBA068;
}
</style>
background-color css
<style>
a { background-color: #FBA068; }
a { background-color: rgb(251,160,104); }
div.DivClassName
{
background-color: #FBA068;
}
.BgClassName
{
background-color: #FBA068;
}
</style>
border-color css
<style>
span { border-color: #FBA068; }
span { border-color: rgb(251,160,104); }
td.TdClassName
{
border-color: #FBA068;
}
.TagClassName
{
border-color: #FBA068;
}
</style>