Shades of Hit Pink #FBA26F
Tints of Hit Pink #FBA26F
RGB
CMYK
RGB Variations
Color information
#FBA26F (or 0xFBA26F) is known color: Hit Pink. HEX triplet: FB, A2 and 6F. RGB value is (251,162,111). Sum of RGB (Red+Green+Blue) = 251+162+111=524 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.90% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA26F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA26F is #045D90. Grayscale: #B7B7B7. Windows color (decimal): -286097 or 7316219. OLE color: 7316219.
HSL color Cylindrical-coordinate representation of color #FBA26F: hue angle of 21.86º 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 #FBA26F is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 111 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.02 |
| HSL | 21.86º | 0.95% | 0.71% | - |
| HSV(B) | 21.86º | 0.56% | 0.98% | - |
| XYZ | 55.57 | 47.5 | 21.28 | - |
| YUV | 182.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 111 | 0 | 0.35 | 0.56 | 0.02 | 21.86 | 0.95 | 0.71 |
| Hex | FB | A2 | 6F | 0 | 23 | 38 | 2 | 16 | 5F | 47 |
| Octal | 373 | 242 | 157 | 0 | 43 | 70 | 2 | 26 | 137 | 107 |
| Binary | 11111011 | 10100010 | 1101111 | 0 | 100011 | 111000 | 10 | 10110 | 1011111 | 1000111 |
Color Harmonies of #FBA26F
Complementary color
Monochromatic Colors of #FBA26F
Black with #FBA26F
Text Example
Text Example
White with #FBA26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA26F; }
p { color: rgb(251,162,111); }
H1.HeaderClassName
{
color: #FBA26F;
}
.AnyTagClassName
{
color: #FBA26F;
}
</style>
background-color css
<style>
a { background-color: #FBA26F; }
a { background-color: rgb(251,162,111); }
div.DivClassName
{
background-color: #FBA26F;
}
.BgClassName
{
background-color: #FBA26F;
}
</style>
border-color css
<style>
span { border-color: #FBA26F; }
span { border-color: rgb(251,162,111); }
td.TdClassName
{
border-color: #FBA26F;
}
.TagClassName
{
border-color: #FBA26F;
}
</style>