Shades of Hit Pink #FBA26A
Tints of Hit Pink #FBA26A
RGB
CMYK
RGB Variations
Color information
#FBA26A (or 0xFBA26A) is known color: Hit Pink. HEX triplet: FB, A2 and 6A. RGB value is (251,162,106). Sum of RGB (Red+Green+Blue) = 251+162+106=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBA26A is #045D95. Grayscale: #B6B6B6. Windows color (decimal): -286102 or 6988539. OLE color: 6988539.
HSL color Cylindrical-coordinate representation of color #FBA26A: hue angle of 23.17º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FBA26A is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 106 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.02 |
| HSL | 23.17º | 0.95% | 0.7% | - |
| HSV(B) | 23.17º | 0.58% | 0.98% | - |
| XYZ | 55.31 | 47.39 | 19.87 | - |
| YUV | 182.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 106 | 0 | 0.35 | 0.58 | 0.02 | 23.17 | 0.95 | 0.7 |
| Hex | FB | A2 | 6A | 0 | 23 | 3A | 2 | 17 | 5F | 46 |
| Octal | 373 | 242 | 152 | 0 | 43 | 72 | 2 | 27 | 137 | 106 |
| Binary | 11111011 | 10100010 | 1101010 | 0 | 100011 | 111010 | 10 | 10111 | 1011111 | 1000110 |
Color Harmonies of #FBA26A
Complementary color
Monochromatic Colors of #FBA26A
Black with #FBA26A
Text Example
Text Example
White with #FBA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA26A; }
p { color: rgb(251,162,106); }
H1.HeaderClassName
{
color: #FBA26A;
}
.AnyTagClassName
{
color: #FBA26A;
}
</style>
background-color css
<style>
a { background-color: #FBA26A; }
a { background-color: rgb(251,162,106); }
div.DivClassName
{
background-color: #FBA26A;
}
.BgClassName
{
background-color: #FBA26A;
}
</style>
border-color css
<style>
span { border-color: #FBA26A; }
span { border-color: rgb(251,162,106); }
td.TdClassName
{
border-color: #FBA26A;
}
.TagClassName
{
border-color: #FBA26A;
}
</style>