Shades of Hit Pink #FBA168
Tints of Hit Pink #FBA168
RGB
CMYK
RGB Variations
Color information
#FBA168 (or 0xFBA168) is known color: Hit Pink. HEX triplet: FB, A1 and 68. RGB value is (251,161,104). Sum of RGB (Red+Green+Blue) = 251+161+104=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 161 (63.28% from 255 or 31.20% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA168 is #045E97. Grayscale: #B5B5B5. Windows color (decimal): -286360 or 6857211. OLE color: 6857211.
HSL color Cylindrical-coordinate representation of color #FBA168: hue angle of 23.27º 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 #FBA168 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 104 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.02 |
| HSL | 23.27º | 0.95% | 0.7% | - |
| HSV(B) | 23.27º | 0.59% | 0.98% | - |
| XYZ | 55.03 | 47 | 19.27 | - |
| YUV | 181.41 | 84.32 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 104 | 0 | 0.36 | 0.59 | 0.02 | 23.27 | 0.95 | 0.7 |
| Hex | FB | A1 | 68 | 0 | 24 | 3B | 2 | 17 | 5F | 46 |
| Octal | 373 | 241 | 150 | 0 | 44 | 73 | 2 | 27 | 137 | 106 |
| Binary | 11111011 | 10100001 | 1101000 | 0 | 100100 | 111011 | 10 | 10111 | 1011111 | 1000110 |
Color Harmonies of #FBA168
Complementary color
Monochromatic Colors of #FBA168
Black with #FBA168
Text Example
Text Example
White with #FBA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA168; }
p { color: rgb(251,161,104); }
H1.HeaderClassName
{
color: #FBA168;
}
.AnyTagClassName
{
color: #FBA168;
}
</style>
background-color css
<style>
a { background-color: #FBA168; }
a { background-color: rgb(251,161,104); }
div.DivClassName
{
background-color: #FBA168;
}
.BgClassName
{
background-color: #FBA168;
}
</style>
border-color css
<style>
span { border-color: #FBA168; }
span { border-color: rgb(251,161,104); }
td.TdClassName
{
border-color: #FBA168;
}
.TagClassName
{
border-color: #FBA168;
}
</style>