Shades of Hit Pink #FEAA6B
Tints of Hit Pink #FEAA6B
RGB
CMYK
RGB Variations
Color information
#FEAA6B (or 0xFEAA6B) is known color: Hit Pink. HEX triplet: FE, AA and 6B. RGB value is (254,170,107). Sum of RGB (Red+Green+Blue) = 254+170+107=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA6B is #015594. Grayscale: #BCBCBC. Windows color (decimal): -87445 or 7056126. OLE color: 7056126.
HSL color Cylindrical-coordinate representation of color #FEAA6B: hue angle of 25.71º 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 #FEAA6B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 107 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.00 |
| HSL | 25.71º | 0.99% | 0.71% | - |
| HSV(B) | 25.71º | 0.58% | 1% | - |
| XYZ | 57.9 | 50.88 | 20.68 | - |
| YUV | 187.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 107 | 0 | 0.33 | 0.58 | 0.00 | 25.71 | 0.99 | 0.71 |
| Hex | FE | AA | 6B | 0 | 21 | 3A | 0 | 1A | 63 | 47 |
| Octal | 376 | 252 | 153 | 0 | 41 | 72 | 0 | 32 | 143 | 107 |
| Binary | 11111110 | 10101010 | 1101011 | 0 | 100001 | 111010 | 0 | 11010 | 1100011 | 1000111 |
Color Harmonies of #FEAA6B
Complementary color
Monochromatic Colors of #FEAA6B
Black with #FEAA6B
Text Example
Text Example
White with #FEAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAA6B; }
p { color: rgb(254,170,107); }
H1.HeaderClassName
{
color: #FEAA6B;
}
.AnyTagClassName
{
color: #FEAA6B;
}
</style>
background-color css
<style>
a { background-color: #FEAA6B; }
a { background-color: rgb(254,170,107); }
div.DivClassName
{
background-color: #FEAA6B;
}
.BgClassName
{
background-color: #FEAA6B;
}
</style>
border-color css
<style>
span { border-color: #FEAA6B; }
span { border-color: rgb(254,170,107); }
td.TdClassName
{
border-color: #FEAA6B;
}
.TagClassName
{
border-color: #FEAA6B;
}
</style>