Shades of Hit Pink #FEA26A
Tints of Hit Pink #FEA26A
RGB
CMYK
RGB Variations
Color information
#FEA26A (or 0xFEA26A) is known color: Hit Pink. HEX triplet: FE, A2 and 6A. RGB value is (254,162,106). Sum of RGB (Red+Green+Blue) = 254+162+106=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA26A is #015D95. Grayscale: #B7B7B7. Windows color (decimal): -89494 or 6988542. OLE color: 6988542.
HSL color Cylindrical-coordinate representation of color #FEA26A: hue angle of 22.7º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FEA26A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 106 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.00 |
| HSL | 22.7º | 0.99% | 0.71% | - |
| HSV(B) | 22.7º | 0.58% | 1% | - |
| XYZ | 56.39 | 47.95 | 19.92 | - |
| YUV | 183.12 | 84.48 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 106 | 0 | 0.36 | 0.58 | 0.00 | 22.7 | 0.99 | 0.71 |
| Hex | FE | A2 | 6A | 0 | 24 | 3A | 0 | 17 | 63 | 47 |
| Octal | 376 | 242 | 152 | 0 | 44 | 72 | 0 | 27 | 143 | 107 |
| Binary | 11111110 | 10100010 | 1101010 | 0 | 100100 | 111010 | 0 | 10111 | 1100011 | 1000111 |
Color Harmonies of #FEA26A
Complementary color
Monochromatic Colors of #FEA26A
Black with #FEA26A
Text Example
Text Example
White with #FEA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA26A; }
p { color: rgb(254,162,106); }
H1.HeaderClassName
{
color: #FEA26A;
}
.AnyTagClassName
{
color: #FEA26A;
}
</style>
background-color css
<style>
a { background-color: #FEA26A; }
a { background-color: rgb(254,162,106); }
div.DivClassName
{
background-color: #FEA26A;
}
.BgClassName
{
background-color: #FEA26A;
}
</style>
border-color css
<style>
span { border-color: #FEA26A; }
span { border-color: rgb(254,162,106); }
td.TdClassName
{
border-color: #FEA26A;
}
.TagClassName
{
border-color: #FEA26A;
}
</style>