Shades of Hit Pink #FDA56C
Tints of Hit Pink #FDA56C
RGB
CMYK
RGB Variations
Color information
#FDA56C (or 0xFDA56C) is known color: Hit Pink. HEX triplet: FD, A5 and 6C. RGB value is (253,165,108). Sum of RGB (Red+Green+Blue) = 253+165+108=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA56C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA56C is #025A93. Grayscale: #B9B9B9. Windows color (decimal): -154260 or 7120381. OLE color: 7120381.
HSL color Cylindrical-coordinate representation of color #FDA56C: hue angle of 23.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 #FDA56C is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 108 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.01 |
| HSL | 23.59º | 0.97% | 0.71% | - |
| HSV(B) | 23.59º | 0.57% | 0.99% | - |
| XYZ | 56.67 | 48.88 | 20.63 | - |
| YUV | 184.81 | 84.65 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 108 | 0 | 0.35 | 0.57 | 0.01 | 23.59 | 0.97 | 0.71 |
| Hex | FD | A5 | 6C | 0 | 23 | 39 | 1 | 18 | 61 | 47 |
| Octal | 375 | 245 | 154 | 0 | 43 | 71 | 1 | 30 | 141 | 107 |
| Binary | 11111101 | 10100101 | 1101100 | 0 | 100011 | 111001 | 1 | 11000 | 1100001 | 1000111 |
Color Harmonies of #FDA56C
Complementary color
Monochromatic Colors of #FDA56C
Black with #FDA56C
Text Example
Text Example
White with #FDA56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA56C; }
p { color: rgb(253,165,108); }
H1.HeaderClassName
{
color: #FDA56C;
}
.AnyTagClassName
{
color: #FDA56C;
}
</style>
background-color css
<style>
a { background-color: #FDA56C; }
a { background-color: rgb(253,165,108); }
div.DivClassName
{
background-color: #FDA56C;
}
.BgClassName
{
background-color: #FDA56C;
}
</style>
border-color css
<style>
span { border-color: #FDA56C; }
span { border-color: rgb(253,165,108); }
td.TdClassName
{
border-color: #FDA56C;
}
.TagClassName
{
border-color: #FDA56C;
}
</style>