Shades of Hit Pink #FDAB6D
Tints of Hit Pink #FDAB6D
RGB
CMYK
RGB Variations
Color information
#FDAB6D (or 0xFDAB6D) is known color: Hit Pink. HEX triplet: FD, AB and 6D. RGB value is (253,171,109). Sum of RGB (Red+Green+Blue) = 253+171+109=533 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.47% from 533); Green value is 171 (67.19% from 255 or 32.08% from 533); Blue value is 109 (42.97% from 255 or 20.45% from 533); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB6D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB6D is #025492. Grayscale: #BCBCBC. Windows color (decimal): -152723 or 7187453. OLE color: 7187453.
HSL color Cylindrical-coordinate representation of color #FDAB6D: hue angle of 25.83º 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 #FDAB6D is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 109 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.01 |
| HSL | 25.83º | 0.97% | 0.71% | - |
| HSV(B) | 25.83º | 0.57% | 0.99% | - |
| XYZ | 57.83 | 51.11 | 21.29 | - |
| YUV | 188.45 | 83.17 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 109 | 0 | 0.32 | 0.57 | 0.01 | 25.83 | 0.97 | 0.71 |
| Hex | FD | AB | 6D | 0 | 20 | 39 | 1 | 1A | 61 | 47 |
| Octal | 375 | 253 | 155 | 0 | 40 | 71 | 1 | 32 | 141 | 107 |
| Binary | 11111101 | 10101011 | 1101101 | 0 | 100000 | 111001 | 1 | 11010 | 1100001 | 1000111 |
Color Harmonies of #FDAB6D
Complementary color
Monochromatic Colors of #FDAB6D
Black with #FDAB6D
Text Example
Text Example
White with #FDAB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB6D; }
p { color: rgb(253,171,109); }
H1.HeaderClassName
{
color: #FDAB6D;
}
.AnyTagClassName
{
color: #FDAB6D;
}
</style>
background-color css
<style>
a { background-color: #FDAB6D; }
a { background-color: rgb(253,171,109); }
div.DivClassName
{
background-color: #FDAB6D;
}
.BgClassName
{
background-color: #FDAB6D;
}
</style>
border-color css
<style>
span { border-color: #FDAB6D; }
span { border-color: rgb(253,171,109); }
td.TdClassName
{
border-color: #FDAB6D;
}
.TagClassName
{
border-color: #FDAB6D;
}
</style>