Shades of Hit Pink #FDAC6E
Tints of Hit Pink #FDAC6E
RGB
CMYK
RGB Variations
Color information
#FDAC6E (or 0xFDAC6E) is known color: Hit Pink. HEX triplet: FD, AC and 6E. RGB value is (253,172,110). Sum of RGB (Red+Green+Blue) = 253+172+110=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC6E is #025391. Grayscale: #BDBDBD. Windows color (decimal): -152466 or 7253245. OLE color: 7253245.
HSL color Cylindrical-coordinate representation of color #FDAC6E: hue angle of 26.01º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FDAC6E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 110 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.01 |
| HSL | 26.01º | 0.97% | 0.71% | - |
| HSV(B) | 26.01º | 0.57% | 0.99% | - |
| XYZ | 58.08 | 51.51 | 21.63 | - |
| YUV | 189.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 110 | 0 | 0.32 | 0.57 | 0.01 | 26.01 | 0.97 | 0.71 |
| Hex | FD | AC | 6E | 0 | 20 | 39 | 1 | 1A | 61 | 47 |
| Octal | 375 | 254 | 156 | 0 | 40 | 71 | 1 | 32 | 141 | 107 |
| Binary | 11111101 | 10101100 | 1101110 | 0 | 100000 | 111001 | 1 | 11010 | 1100001 | 1000111 |
Color Harmonies of #FDAC6E
Complementary color
Monochromatic Colors of #FDAC6E
Black with #FDAC6E
Text Example
Text Example
White with #FDAC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAC6E; }
p { color: rgb(253,172,110); }
H1.HeaderClassName
{
color: #FDAC6E;
}
.AnyTagClassName
{
color: #FDAC6E;
}
</style>
background-color css
<style>
a { background-color: #FDAC6E; }
a { background-color: rgb(253,172,110); }
div.DivClassName
{
background-color: #FDAC6E;
}
.BgClassName
{
background-color: #FDAC6E;
}
</style>
border-color css
<style>
span { border-color: #FDAC6E; }
span { border-color: rgb(253,172,110); }
td.TdClassName
{
border-color: #FDAC6E;
}
.TagClassName
{
border-color: #FDAC6E;
}
</style>