Shades of Hit Pink #FBA66E
Tints of Hit Pink #FBA66E
RGB
CMYK
RGB Variations
Color information
#FBA66E (or 0xFBA66E) is known color: Hit Pink. HEX triplet: FB, A6 and 6E. RGB value is (251,166,110). Sum of RGB (Red+Green+Blue) = 251+166+110=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA66E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA66E is #045991. Grayscale: #B9B9B9. Windows color (decimal): -285074 or 7251707. OLE color: 7251707.
HSL color Cylindrical-coordinate representation of color #FBA66E: hue angle of 23.83º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FBA66E is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 110 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.02 |
| HSL | 23.83º | 0.95% | 0.71% | - |
| HSV(B) | 23.83º | 0.56% | 0.98% | - |
| XYZ | 56.23 | 48.91 | 21.23 | - |
| YUV | 185.03 | 85.66 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 110 | 0 | 0.34 | 0.56 | 0.02 | 23.83 | 0.95 | 0.71 |
| Hex | FB | A6 | 6E | 0 | 22 | 38 | 2 | 18 | 5F | 47 |
| Octal | 373 | 246 | 156 | 0 | 42 | 70 | 2 | 30 | 137 | 107 |
| Binary | 11111011 | 10100110 | 1101110 | 0 | 100010 | 111000 | 10 | 11000 | 1011111 | 1000111 |
Color Harmonies of #FBA66E
Complementary color
Monochromatic Colors of #FBA66E
Black with #FBA66E
Text Example
Text Example
White with #FBA66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA66E; }
p { color: rgb(251,166,110); }
H1.HeaderClassName
{
color: #FBA66E;
}
.AnyTagClassName
{
color: #FBA66E;
}
</style>
background-color css
<style>
a { background-color: #FBA66E; }
a { background-color: rgb(251,166,110); }
div.DivClassName
{
background-color: #FBA66E;
}
.BgClassName
{
background-color: #FBA66E;
}
</style>
border-color css
<style>
span { border-color: #FBA66E; }
span { border-color: rgb(251,166,110); }
td.TdClassName
{
border-color: #FBA66E;
}
.TagClassName
{
border-color: #FBA66E;
}
</style>