Shades of Hit Pink #FEAB6A
Tints of Hit Pink #FEAB6A
RGB
CMYK
RGB Variations
Color information
#FEAB6A (or 0xFEAB6A) is known color: Hit Pink. HEX triplet: FE, AB and 6A. RGB value is (254,171,106). Sum of RGB (Red+Green+Blue) = 254+171+106=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 106 (41.80% from 255 or 19.96% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAB6A is #015495. Grayscale: #BCBCBC. Windows color (decimal): -87190 or 6990846. OLE color: 6990846.
HSL color Cylindrical-coordinate representation of color #FEAB6A: hue angle of 26.35º 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 #FEAB6A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 106 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.00 |
| HSL | 26.35º | 0.99% | 0.71% | - |
| HSV(B) | 26.35º | 0.58% | 1% | - |
| XYZ | 58.04 | 51.24 | 20.47 | - |
| YUV | 188.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 106 | 0 | 0.33 | 0.58 | 0.00 | 26.35 | 0.99 | 0.71 |
| Hex | FE | AB | 6A | 0 | 21 | 3A | 0 | 1A | 63 | 47 |
| Octal | 376 | 253 | 152 | 0 | 41 | 72 | 0 | 32 | 143 | 107 |
| Binary | 11111110 | 10101011 | 1101010 | 0 | 100001 | 111010 | 0 | 11010 | 1100011 | 1000111 |
Color Harmonies of #FEAB6A
Complementary color
Monochromatic Colors of #FEAB6A
Black with #FEAB6A
Text Example
Text Example
White with #FEAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAB6A; }
p { color: rgb(254,171,106); }
H1.HeaderClassName
{
color: #FEAB6A;
}
.AnyTagClassName
{
color: #FEAB6A;
}
</style>
background-color css
<style>
a { background-color: #FEAB6A; }
a { background-color: rgb(254,171,106); }
div.DivClassName
{
background-color: #FEAB6A;
}
.BgClassName
{
background-color: #FEAB6A;
}
</style>
border-color css
<style>
span { border-color: #FEAB6A; }
span { border-color: rgb(254,171,106); }
td.TdClassName
{
border-color: #FEAB6A;
}
.TagClassName
{
border-color: #FEAB6A;
}
</style>