Shades of Hit Pink #FBA66D
Tints of Hit Pink #FBA66D
RGB
CMYK
RGB Variations
Color information
#FBA66D (or 0xFBA66D) is known color: Hit Pink. HEX triplet: FB, A6 and 6D. RGB value is (251,166,109). Sum of RGB (Red+Green+Blue) = 251+166+109=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 166 (65.23% from 255 or 31.56% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA66D is #045992. Grayscale: #B9B9B9. Windows color (decimal): -285075 or 7186171. OLE color: 7186171.
HSL color Cylindrical-coordinate representation of color #FBA66D: hue angle of 24.08º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FBA66D is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 109 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.02 |
| HSL | 24.08º | 0.95% | 0.71% | - |
| HSV(B) | 24.08º | 0.57% | 0.98% | - |
| XYZ | 56.18 | 48.89 | 20.94 | - |
| YUV | 184.92 | 85.16 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 109 | 0 | 0.34 | 0.57 | 0.02 | 24.08 | 0.95 | 0.71 |
| Hex | FB | A6 | 6D | 0 | 22 | 39 | 2 | 18 | 5F | 47 |
| Octal | 373 | 246 | 155 | 0 | 42 | 71 | 2 | 30 | 137 | 107 |
| Binary | 11111011 | 10100110 | 1101101 | 0 | 100010 | 111001 | 10 | 11000 | 1011111 | 1000111 |
Color Harmonies of #FBA66D
Complementary color
Monochromatic Colors of #FBA66D
Black with #FBA66D
Text Example
Text Example
White with #FBA66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA66D; }
p { color: rgb(251,166,109); }
H1.HeaderClassName
{
color: #FBA66D;
}
.AnyTagClassName
{
color: #FBA66D;
}
</style>
background-color css
<style>
a { background-color: #FBA66D; }
a { background-color: rgb(251,166,109); }
div.DivClassName
{
background-color: #FBA66D;
}
.BgClassName
{
background-color: #FBA66D;
}
</style>
border-color css
<style>
span { border-color: #FBA66D; }
span { border-color: rgb(251,166,109); }
td.TdClassName
{
border-color: #FBA66D;
}
.TagClassName
{
border-color: #FBA66D;
}
</style>