Shades of Hit Pink #FEAC6B
Tints of Hit Pink #FEAC6B
RGB
CMYK
RGB Variations
Color information
#FEAC6B (or 0xFEAC6B) is known color: Hit Pink. HEX triplet: FE, AC and 6B. RGB value is (254,172,107). Sum of RGB (Red+Green+Blue) = 254+172+107=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 107 (42.19% from 255 or 20.08% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAC6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAC6B is #015394. Grayscale: #BDBDBD. Windows color (decimal): -86933 or 7056638. OLE color: 7056638.
HSL color Cylindrical-coordinate representation of color #FEAC6B: hue angle of 26.53º 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 #FEAC6B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 172 | 107 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.00 |
| HSL | 26.53º | 0.99% | 0.71% | - |
| HSV(B) | 26.53º | 0.58% | 1% | - |
| XYZ | 58.28 | 51.64 | 20.81 | - |
| YUV | 189.11 | 81.67 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 172 | 107 | 0 | 0.32 | 0.58 | 0.00 | 26.53 | 0.99 | 0.71 |
| Hex | FE | AC | 6B | 0 | 20 | 3A | 0 | 1B | 63 | 47 |
| Octal | 376 | 254 | 153 | 0 | 40 | 72 | 0 | 33 | 143 | 107 |
| Binary | 11111110 | 10101100 | 1101011 | 0 | 100000 | 111010 | 0 | 11011 | 1100011 | 1000111 |
Color Harmonies of #FEAC6B
Complementary color
Monochromatic Colors of #FEAC6B
Black with #FEAC6B
Text Example
Text Example
White with #FEAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAC6B; }
p { color: rgb(254,172,107); }
H1.HeaderClassName
{
color: #FEAC6B;
}
.AnyTagClassName
{
color: #FEAC6B;
}
</style>
background-color css
<style>
a { background-color: #FEAC6B; }
a { background-color: rgb(254,172,107); }
div.DivClassName
{
background-color: #FEAC6B;
}
.BgClassName
{
background-color: #FEAC6B;
}
</style>
border-color css
<style>
span { border-color: #FEAC6B; }
span { border-color: rgb(254,172,107); }
td.TdClassName
{
border-color: #FEAC6B;
}
.TagClassName
{
border-color: #FEAC6B;
}
</style>