Shades of Hit Pink #FEA56B
Tints of Hit Pink #FEA56B
RGB
CMYK
RGB Variations
Color information
#FEA56B (or 0xFEA56B) is known color: Hit Pink. HEX triplet: FE, A5 and 6B. RGB value is (254,165,107). Sum of RGB (Red+Green+Blue) = 254+165+107=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 107 (42.19% from 255 or 20.34% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA56B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA56B is #015A94. Grayscale: #B9B9B9. Windows color (decimal): -88725 or 7054846. OLE color: 7054846.
HSL color Cylindrical-coordinate representation of color #FEA56B: hue angle of 23.67º 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 #FEA56B is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 165 | 107 | - |
| CMYK | 0 | 0.35 | 0.58 | 0.00 |
| HSL | 23.67º | 0.99% | 0.71% | - |
| HSV(B) | 23.67º | 0.58% | 1% | - |
| XYZ | 56.98 | 49.04 | 20.37 | - |
| YUV | 185 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 165 | 107 | 0 | 0.35 | 0.58 | 0.00 | 23.67 | 0.99 | 0.71 |
| Hex | FE | A5 | 6B | 0 | 23 | 3A | 0 | 18 | 63 | 47 |
| Octal | 376 | 245 | 153 | 0 | 43 | 72 | 0 | 30 | 143 | 107 |
| Binary | 11111110 | 10100101 | 1101011 | 0 | 100011 | 111010 | 0 | 11000 | 1100011 | 1000111 |
Color Harmonies of #FEA56B
Complementary color
Monochromatic Colors of #FEA56B
Black with #FEA56B
Text Example
Text Example
White with #FEA56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA56B; }
p { color: rgb(254,165,107); }
H1.HeaderClassName
{
color: #FEA56B;
}
.AnyTagClassName
{
color: #FEA56B;
}
</style>
background-color css
<style>
a { background-color: #FEA56B; }
a { background-color: rgb(254,165,107); }
div.DivClassName
{
background-color: #FEA56B;
}
.BgClassName
{
background-color: #FEA56B;
}
</style>
border-color css
<style>
span { border-color: #FEA56B; }
span { border-color: rgb(254,165,107); }
td.TdClassName
{
border-color: #FEA56B;
}
.TagClassName
{
border-color: #FEA56B;
}
</style>