Shades of Hit Pink #FDA871
Tints of Hit Pink #FDA871
RGB
CMYK
RGB Variations
Color information
#FDA871 (or 0xFDA871) is known color: Hit Pink. HEX triplet: FD, A8 and 71. RGB value is (253,168,113). Sum of RGB (Red+Green+Blue) = 253+168+113=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA871 is #02578E. Grayscale: #BBBBBB. Windows color (decimal): -153487 or 7448829. OLE color: 7448829.
HSL color Cylindrical-coordinate representation of color #FDA871: hue angle of 23.57º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FDA871 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 168 | 113 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.01 |
| HSL | 23.57º | 0.97% | 0.72% | - |
| HSV(B) | 23.57º | 0.55% | 0.99% | - |
| XYZ | 57.49 | 50.08 | 22.26 | - |
| YUV | 187.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 168 | 113 | 0 | 0.34 | 0.55 | 0.01 | 23.57 | 0.97 | 0.72 |
| Hex | FD | A8 | 71 | 0 | 22 | 37 | 1 | 18 | 61 | 48 |
| Octal | 375 | 250 | 161 | 0 | 42 | 67 | 1 | 30 | 141 | 110 |
| Binary | 11111101 | 10101000 | 1110001 | 0 | 100010 | 110111 | 1 | 11000 | 1100001 | 1001000 |
Color Harmonies of #FDA871
Complementary color
Monochromatic Colors of #FDA871
Black with #FDA871
Text Example
Text Example
White with #FDA871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA871; }
p { color: rgb(253,168,113); }
H1.HeaderClassName
{
color: #FDA871;
}
.AnyTagClassName
{
color: #FDA871;
}
</style>
background-color css
<style>
a { background-color: #FDA871; }
a { background-color: rgb(253,168,113); }
div.DivClassName
{
background-color: #FDA871;
}
.BgClassName
{
background-color: #FDA871;
}
</style>
border-color css
<style>
span { border-color: #FDA871; }
span { border-color: rgb(253,168,113); }
td.TdClassName
{
border-color: #FDA871;
}
.TagClassName
{
border-color: #FDA871;
}
</style>