Shades of Hit Pink #FAA26A
Tints of Hit Pink #FAA26A
RGB
CMYK
RGB Variations
Color information
#FAA26A (or 0xFAA26A) is known color: Hit Pink. HEX triplet: FA, A2 and 6A. RGB value is (250,162,106). Sum of RGB (Red+Green+Blue) = 250+162+106=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 162 (63.67% from 255 or 31.27% from 518); Blue value is 106 (41.80% from 255 or 20.46% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA26A is #055D95. Grayscale: #B6B6B6. Windows color (decimal): -351638 or 6988538. OLE color: 6988538.
HSL color Cylindrical-coordinate representation of color #FAA26A: hue angle of 23.33º degrees, saturation: 0.94, 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 #FAA26A is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 106 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.02 |
| HSL | 23.33º | 0.94% | 0.7% | - |
| HSV(B) | 23.33º | 0.58% | 0.98% | - |
| XYZ | 54.95 | 47.21 | 19.85 | - |
| YUV | 181.93 | 85.15 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 106 | 0 | 0.35 | 0.58 | 0.02 | 23.33 | 0.94 | 0.7 |
| Hex | FA | A2 | 6A | 0 | 23 | 3A | 2 | 17 | 5E | 46 |
| Octal | 372 | 242 | 152 | 0 | 43 | 72 | 2 | 27 | 136 | 106 |
| Binary | 11111010 | 10100010 | 1101010 | 0 | 100011 | 111010 | 10 | 10111 | 1011110 | 1000110 |
Color Harmonies of #FAA26A
Complementary color
Monochromatic Colors of #FAA26A
Black with #FAA26A
Text Example
Text Example
White with #FAA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA26A; }
p { color: rgb(250,162,106); }
H1.HeaderClassName
{
color: #FAA26A;
}
.AnyTagClassName
{
color: #FAA26A;
}
</style>
background-color css
<style>
a { background-color: #FAA26A; }
a { background-color: rgb(250,162,106); }
div.DivClassName
{
background-color: #FAA26A;
}
.BgClassName
{
background-color: #FAA26A;
}
</style>
border-color css
<style>
span { border-color: #FAA26A; }
span { border-color: rgb(250,162,106); }
td.TdClassName
{
border-color: #FAA26A;
}
.TagClassName
{
border-color: #FAA26A;
}
</style>