Shades of Hit Pink #FBA26E
Tints of Hit Pink #FBA26E
RGB
CMYK
RGB Variations
Color information
#FBA26E (or 0xFBA26E) is known color: Hit Pink. HEX triplet: FB, A2 and 6E. RGB value is (251,162,110). Sum of RGB (Red+Green+Blue) = 251+162+110=523 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.99% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA26E is #045D91. Grayscale: #B6B6B6. Windows color (decimal): -286098 or 7250683. OLE color: 7250683.
HSL color Cylindrical-coordinate representation of color #FBA26E: hue angle of 22.13º 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 #FBA26E is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 110 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.02 |
| HSL | 22.13º | 0.95% | 0.71% | - |
| HSV(B) | 22.13º | 0.56% | 0.98% | - |
| XYZ | 55.52 | 47.48 | 20.99 | - |
| YUV | 182.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 110 | 0 | 0.35 | 0.56 | 0.02 | 22.13 | 0.95 | 0.71 |
| Hex | FB | A2 | 6E | 0 | 23 | 38 | 2 | 16 | 5F | 47 |
| Octal | 373 | 242 | 156 | 0 | 43 | 70 | 2 | 26 | 137 | 107 |
| Binary | 11111011 | 10100010 | 1101110 | 0 | 100011 | 111000 | 10 | 10110 | 1011111 | 1000111 |
Color Harmonies of #FBA26E
Complementary color
Monochromatic Colors of #FBA26E
Black with #FBA26E
Text Example
Text Example
White with #FBA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA26E; }
p { color: rgb(251,162,110); }
H1.HeaderClassName
{
color: #FBA26E;
}
.AnyTagClassName
{
color: #FBA26E;
}
</style>
background-color css
<style>
a { background-color: #FBA26E; }
a { background-color: rgb(251,162,110); }
div.DivClassName
{
background-color: #FBA26E;
}
.BgClassName
{
background-color: #FBA26E;
}
</style>
border-color css
<style>
span { border-color: #FBA26E; }
span { border-color: rgb(251,162,110); }
td.TdClassName
{
border-color: #FBA26E;
}
.TagClassName
{
border-color: #FBA26E;
}
</style>