Shades of Hit Pink #FBA169
Tints of Hit Pink #FBA169
RGB
CMYK
RGB Variations
Color information
#FBA169 (or 0xFBA169) is known color: Hit Pink. HEX triplet: FB, A1 and 69. RGB value is (251,161,105). Sum of RGB (Red+Green+Blue) = 251+161+105=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 105 (41.41% from 255 or 20.31% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA169 is #045E96. Grayscale: #B5B5B5. Windows color (decimal): -286359 or 6922747. OLE color: 6922747.
HSL color Cylindrical-coordinate representation of color #FBA169: hue angle of 23.01º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBA169 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 105 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.02 |
| HSL | 23.01º | 0.95% | 0.7% | - |
| HSV(B) | 23.01º | 0.58% | 0.98% | - |
| XYZ | 55.08 | 47.02 | 19.54 | - |
| YUV | 181.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 105 | 0 | 0.36 | 0.58 | 0.02 | 23.01 | 0.95 | 0.7 |
| Hex | FB | A1 | 69 | 0 | 24 | 3A | 2 | 17 | 5F | 46 |
| Octal | 373 | 241 | 151 | 0 | 44 | 72 | 2 | 27 | 137 | 106 |
| Binary | 11111011 | 10100001 | 1101001 | 0 | 100100 | 111010 | 10 | 10111 | 1011111 | 1000110 |
Color Harmonies of #FBA169
Complementary color
Monochromatic Colors of #FBA169
Black with #FBA169
Text Example
Text Example
White with #FBA169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA169; }
p { color: rgb(251,161,105); }
H1.HeaderClassName
{
color: #FBA169;
}
.AnyTagClassName
{
color: #FBA169;
}
</style>
background-color css
<style>
a { background-color: #FBA169; }
a { background-color: rgb(251,161,105); }
div.DivClassName
{
background-color: #FBA169;
}
.BgClassName
{
background-color: #FBA169;
}
</style>
border-color css
<style>
span { border-color: #FBA169; }
span { border-color: rgb(251,161,105); }
td.TdClassName
{
border-color: #FBA169;
}
.TagClassName
{
border-color: #FBA169;
}
</style>