Shades of Hit Pink #FBAA6D
Tints of Hit Pink #FBAA6D
RGB
CMYK
RGB Variations
Color information
#FBAA6D (or 0xFBAA6D) is known color: Hit Pink. HEX triplet: FB, AA and 6D. RGB value is (251,170,109). Sum of RGB (Red+Green+Blue) = 251+170+109=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAA6D is #045592. Grayscale: #BBBBBB. Windows color (decimal): -284051 or 7187195. OLE color: 7187195.
HSL color Cylindrical-coordinate representation of color #FBAA6D: hue angle of 25.77º 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 #FBAA6D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 109 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.02 |
| HSL | 25.77º | 0.95% | 0.71% | - |
| HSV(B) | 25.77º | 0.57% | 0.98% | - |
| XYZ | 56.92 | 50.36 | 21.19 | - |
| YUV | 187.27 | 83.84 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 109 | 0 | 0.32 | 0.57 | 0.02 | 25.77 | 0.95 | 0.71 |
| Hex | FB | AA | 6D | 0 | 20 | 39 | 2 | 1A | 5F | 47 |
| Octal | 373 | 252 | 155 | 0 | 40 | 71 | 2 | 32 | 137 | 107 |
| Binary | 11111011 | 10101010 | 1101101 | 0 | 100000 | 111001 | 10 | 11010 | 1011111 | 1000111 |
Color Harmonies of #FBAA6D
Complementary color
Monochromatic Colors of #FBAA6D
Black with #FBAA6D
Text Example
Text Example
White with #FBAA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAA6D; }
p { color: rgb(251,170,109); }
H1.HeaderClassName
{
color: #FBAA6D;
}
.AnyTagClassName
{
color: #FBAA6D;
}
</style>
background-color css
<style>
a { background-color: #FBAA6D; }
a { background-color: rgb(251,170,109); }
div.DivClassName
{
background-color: #FBAA6D;
}
.BgClassName
{
background-color: #FBAA6D;
}
</style>
border-color css
<style>
span { border-color: #FBAA6D; }
span { border-color: rgb(251,170,109); }
td.TdClassName
{
border-color: #FBAA6D;
}
.TagClassName
{
border-color: #FBAA6D;
}
</style>