Shades of Hit Pink #FEA26B
Tints of Hit Pink #FEA26B
RGB
CMYK
RGB Variations
Color information
#FEA26B (or 0xFEA26B) is known color: Hit Pink. HEX triplet: FE, A2 and 6B. RGB value is (254,162,107). Sum of RGB (Red+Green+Blue) = 254+162+107=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA26B is #015D94. Grayscale: #B7B7B7. Windows color (decimal): -89493 or 7054078. OLE color: 7054078.
HSL color Cylindrical-coordinate representation of color #FEA26B: hue angle of 22.45º 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 #FEA26B is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 107 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.00 |
| HSL | 22.45º | 0.99% | 0.71% | - |
| HSV(B) | 22.45º | 0.58% | 1% | - |
| XYZ | 56.45 | 47.97 | 20.19 | - |
| YUV | 183.24 | 84.98 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 107 | 0 | 0.36 | 0.58 | 0.00 | 22.45 | 0.99 | 0.71 |
| Hex | FE | A2 | 6B | 0 | 24 | 3A | 0 | 16 | 63 | 47 |
| Octal | 376 | 242 | 153 | 0 | 44 | 72 | 0 | 26 | 143 | 107 |
| Binary | 11111110 | 10100010 | 1101011 | 0 | 100100 | 111010 | 0 | 10110 | 1100011 | 1000111 |
Color Harmonies of #FEA26B
Complementary color
Monochromatic Colors of #FEA26B
Black with #FEA26B
Text Example
Text Example
White with #FEA26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA26B; }
p { color: rgb(254,162,107); }
H1.HeaderClassName
{
color: #FEA26B;
}
.AnyTagClassName
{
color: #FEA26B;
}
</style>
background-color css
<style>
a { background-color: #FEA26B; }
a { background-color: rgb(254,162,107); }
div.DivClassName
{
background-color: #FEA26B;
}
.BgClassName
{
background-color: #FEA26B;
}
</style>
border-color css
<style>
span { border-color: #FEA26B; }
span { border-color: rgb(254,162,107); }
td.TdClassName
{
border-color: #FEA26B;
}
.TagClassName
{
border-color: #FEA26B;
}
</style>