Shades of Hit Pink #FDA877
Tints of Hit Pink #FDA877
RGB
CMYK
RGB Variations
Color information
#FDA877 (or 0xFDA877) is known color: Hit Pink. HEX triplet: FD, A8 and 77. RGB value is (253,168,119). Sum of RGB (Red+Green+Blue) = 253+168+119=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA877 is #025788. Grayscale: #BCBCBC. Windows color (decimal): -153481 or 7842045. OLE color: 7842045.
HSL color Cylindrical-coordinate representation of color #FDA877: hue angle of 21.94º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FDA877 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 119 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.01 |
| HSL | 21.94º | 0.97% | 0.73% | - |
| HSV(B) | 21.94º | 0.53% | 0.99% | - |
| XYZ | 57.84 | 50.22 | 24.1 | - |
| YUV | 187.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 119 | 0 | 0.34 | 0.53 | 0.01 | 21.94 | 0.97 | 0.73 |
| Hex | FD | A8 | 77 | 0 | 22 | 35 | 1 | 16 | 61 | 49 |
| Octal | 375 | 250 | 167 | 0 | 42 | 65 | 1 | 26 | 141 | 111 |
| Binary | 11111101 | 10101000 | 1110111 | 0 | 100010 | 110101 | 1 | 10110 | 1100001 | 1001001 |
Color Harmonies of #FDA877
Complementary color
Monochromatic Colors of #FDA877
Black with #FDA877
Text Example
Text Example
White with #FDA877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA877; }
p { color: rgb(253,168,119); }
H1.HeaderClassName
{
color: #FDA877;
}
.AnyTagClassName
{
color: #FDA877;
}
</style>
background-color css
<style>
a { background-color: #FDA877; }
a { background-color: rgb(253,168,119); }
div.DivClassName
{
background-color: #FDA877;
}
.BgClassName
{
background-color: #FDA877;
}
</style>
border-color css
<style>
span { border-color: #FDA877; }
span { border-color: rgb(253,168,119); }
td.TdClassName
{
border-color: #FDA877;
}
.TagClassName
{
border-color: #FDA877;
}
</style>