Shades of Hit Pink #FDAB70
Tints of Hit Pink #FDAB70
RGB
CMYK
RGB Variations
Color information
#FDAB70 (or 0xFDAB70) is known color: Hit Pink. HEX triplet: FD, AB and 70. RGB value is (253,171,112). Sum of RGB (Red+Green+Blue) = 253+171+112=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 171 (67.19% from 255 or 31.90% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB70 is #02548F. Grayscale: #BDBDBD. Windows color (decimal): -152720 or 7384061. OLE color: 7384061.
HSL color Cylindrical-coordinate representation of color #FDAB70: hue angle of 25.11º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDAB70 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 112 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.01 |
| HSL | 25.11º | 0.97% | 0.72% | - |
| HSV(B) | 25.11º | 0.56% | 0.99% | - |
| XYZ | 58 | 51.18 | 22.15 | - |
| YUV | 188.79 | 84.67 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 112 | 0 | 0.32 | 0.56 | 0.01 | 25.11 | 0.97 | 0.72 |
| Hex | FD | AB | 70 | 0 | 20 | 38 | 1 | 19 | 61 | 48 |
| Octal | 375 | 253 | 160 | 0 | 40 | 70 | 1 | 31 | 141 | 110 |
| Binary | 11111101 | 10101011 | 1110000 | 0 | 100000 | 111000 | 1 | 11001 | 1100001 | 1001000 |
Color Harmonies of #FDAB70
Complementary color
Monochromatic Colors of #FDAB70
Black with #FDAB70
Text Example
Text Example
White with #FDAB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB70; }
p { color: rgb(253,171,112); }
H1.HeaderClassName
{
color: #FDAB70;
}
.AnyTagClassName
{
color: #FDAB70;
}
</style>
background-color css
<style>
a { background-color: #FDAB70; }
a { background-color: rgb(253,171,112); }
div.DivClassName
{
background-color: #FDAB70;
}
.BgClassName
{
background-color: #FDAB70;
}
</style>
border-color css
<style>
span { border-color: #FDAB70; }
span { border-color: rgb(253,171,112); }
td.TdClassName
{
border-color: #FDAB70;
}
.TagClassName
{
border-color: #FDAB70;
}
</style>