Shades of Hit Pink #FAA26D
Tints of Hit Pink #FAA26D
RGB
CMYK
RGB Variations
Color information
#FAA26D (or 0xFAA26D) is known color: Hit Pink. HEX triplet: FA, A2 and 6D. RGB value is (250,162,109). Sum of RGB (Red+Green+Blue) = 250+162+109=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA26D is #055D92. Grayscale: #B6B6B6. Windows color (decimal): -351635 or 7185146. OLE color: 7185146.
HSL color Cylindrical-coordinate representation of color #FAA26D: hue angle of 22.55º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAA26D is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 109 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.02 |
| HSL | 22.55º | 0.93% | 0.7% | - |
| HSV(B) | 22.55º | 0.56% | 0.98% | - |
| XYZ | 55.1 | 47.27 | 20.69 | - |
| YUV | 182.27 | 86.65 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 109 | 0 | 0.35 | 0.56 | 0.02 | 22.55 | 0.93 | 0.7 |
| Hex | FA | A2 | 6D | 0 | 23 | 38 | 2 | 17 | 5D | 46 |
| Octal | 372 | 242 | 155 | 0 | 43 | 70 | 2 | 27 | 135 | 106 |
| Binary | 11111010 | 10100010 | 1101101 | 0 | 100011 | 111000 | 10 | 10111 | 1011101 | 1000110 |
Color Harmonies of #FAA26D
Complementary color
Monochromatic Colors of #FAA26D
Black with #FAA26D
Text Example
Text Example
White with #FAA26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA26D; }
p { color: rgb(250,162,109); }
H1.HeaderClassName
{
color: #FAA26D;
}
.AnyTagClassName
{
color: #FAA26D;
}
</style>
background-color css
<style>
a { background-color: #FAA26D; }
a { background-color: rgb(250,162,109); }
div.DivClassName
{
background-color: #FAA26D;
}
.BgClassName
{
background-color: #FAA26D;
}
</style>
border-color css
<style>
span { border-color: #FAA26D; }
span { border-color: rgb(250,162,109); }
td.TdClassName
{
border-color: #FAA26D;
}
.TagClassName
{
border-color: #FAA26D;
}
</style>