Shades of Hit Pink #FDAB6E
Tints of Hit Pink #FDAB6E
RGB
CMYK
RGB Variations
Color information
#FDAB6E (or 0xFDAB6E) is known color: Hit Pink. HEX triplet: FD, AB and 6E. RGB value is (253,171,110). Sum of RGB (Red+Green+Blue) = 253+171+110=534 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.38% from 534); Green value is 171 (67.19% from 255 or 32.02% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB6E is #025491. Grayscale: #BCBCBC. Windows color (decimal): -152722 or 7252989. OLE color: 7252989.
HSL color Cylindrical-coordinate representation of color #FDAB6E: hue angle of 25.59º 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 #FDAB6E is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 110 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.01 |
| HSL | 25.59º | 0.97% | 0.71% | - |
| HSV(B) | 25.59º | 0.57% | 0.99% | - |
| XYZ | 57.89 | 51.13 | 21.57 | - |
| YUV | 188.56 | 83.67 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 110 | 0 | 0.32 | 0.57 | 0.01 | 25.59 | 0.97 | 0.71 |
| Hex | FD | AB | 6E | 0 | 20 | 39 | 1 | 1A | 61 | 47 |
| Octal | 375 | 253 | 156 | 0 | 40 | 71 | 1 | 32 | 141 | 107 |
| Binary | 11111101 | 10101011 | 1101110 | 0 | 100000 | 111001 | 1 | 11010 | 1100001 | 1000111 |
Color Harmonies of #FDAB6E
Complementary color
Monochromatic Colors of #FDAB6E
Black with #FDAB6E
Text Example
Text Example
White with #FDAB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB6E; }
p { color: rgb(253,171,110); }
H1.HeaderClassName
{
color: #FDAB6E;
}
.AnyTagClassName
{
color: #FDAB6E;
}
</style>
background-color css
<style>
a { background-color: #FDAB6E; }
a { background-color: rgb(253,171,110); }
div.DivClassName
{
background-color: #FDAB6E;
}
.BgClassName
{
background-color: #FDAB6E;
}
</style>
border-color css
<style>
span { border-color: #FDAB6E; }
span { border-color: rgb(253,171,110); }
td.TdClassName
{
border-color: #FDAB6E;
}
.TagClassName
{
border-color: #FDAB6E;
}
</style>