Shades of Hit Pink #FDAB6C
Tints of Hit Pink #FDAB6C
RGB
CMYK
RGB Variations
Color information
#FDAB6C (or 0xFDAB6C) is known color: Hit Pink. HEX triplet: FD, AB and 6C. RGB value is (253,171,108). Sum of RGB (Red+Green+Blue) = 253+171+108=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB6C is #025493. Grayscale: #BCBCBC. Windows color (decimal): -152724 or 7121917. OLE color: 7121917.
HSL color Cylindrical-coordinate representation of color #FDAB6C: hue angle of 26.07º 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 #FDAB6C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 108 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.01 |
| HSL | 26.07º | 0.97% | 0.71% | - |
| HSV(B) | 26.07º | 0.57% | 0.99% | - |
| XYZ | 57.78 | 51.09 | 21 | - |
| YUV | 188.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 108 | 0 | 0.32 | 0.57 | 0.01 | 26.07 | 0.97 | 0.71 |
| Hex | FD | AB | 6C | 0 | 20 | 39 | 1 | 1A | 61 | 47 |
| Octal | 375 | 253 | 154 | 0 | 40 | 71 | 1 | 32 | 141 | 107 |
| Binary | 11111101 | 10101011 | 1101100 | 0 | 100000 | 111001 | 1 | 11010 | 1100001 | 1000111 |
Color Harmonies of #FDAB6C
Complementary color
Monochromatic Colors of #FDAB6C
Black with #FDAB6C
Text Example
Text Example
White with #FDAB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAB6C; }
p { color: rgb(253,171,108); }
H1.HeaderClassName
{
color: #FDAB6C;
}
.AnyTagClassName
{
color: #FDAB6C;
}
</style>
background-color css
<style>
a { background-color: #FDAB6C; }
a { background-color: rgb(253,171,108); }
div.DivClassName
{
background-color: #FDAB6C;
}
.BgClassName
{
background-color: #FDAB6C;
}
</style>
border-color css
<style>
span { border-color: #FDAB6C; }
span { border-color: rgb(253,171,108); }
td.TdClassName
{
border-color: #FDAB6C;
}
.TagClassName
{
border-color: #FDAB6C;
}
</style>