Shades of Hit Pink #FDA66C
Tints of Hit Pink #FDA66C
RGB
CMYK
RGB Variations
Color information
#FDA66C (or 0xFDA66C) is known color: Hit Pink. HEX triplet: FD, A6 and 6C. RGB value is (253,166,108). Sum of RGB (Red+Green+Blue) = 253+166+108=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 108 (42.58% from 255 or 20.49% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA66C is #025993. Grayscale: #B9B9B9. Windows color (decimal): -154004 or 7120637. OLE color: 7120637.
HSL color Cylindrical-coordinate representation of color #FDA66C: hue angle of 24º 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 #FDA66C is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 166 | 108 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.01 |
| HSL | 24º | 0.97% | 0.71% | - |
| HSV(B) | 24º | 0.57% | 0.99% | - |
| XYZ | 56.85 | 49.24 | 20.69 | - |
| YUV | 185.4 | 84.32 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 166 | 108 | 0 | 0.34 | 0.57 | 0.01 | 24 | 0.97 | 0.71 |
| Hex | FD | A6 | 6C | 0 | 22 | 39 | 1 | 18 | 61 | 47 |
| Octal | 375 | 246 | 154 | 0 | 42 | 71 | 1 | 30 | 141 | 107 |
| Binary | 11111101 | 10100110 | 1101100 | 0 | 100010 | 111001 | 1 | 11000 | 1100001 | 1000111 |
Color Harmonies of #FDA66C
Complementary color
Monochromatic Colors of #FDA66C
Black with #FDA66C
Text Example
Text Example
White with #FDA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA66C; }
p { color: rgb(253,166,108); }
H1.HeaderClassName
{
color: #FDA66C;
}
.AnyTagClassName
{
color: #FDA66C;
}
</style>
background-color css
<style>
a { background-color: #FDA66C; }
a { background-color: rgb(253,166,108); }
div.DivClassName
{
background-color: #FDA66C;
}
.BgClassName
{
background-color: #FDA66C;
}
</style>
border-color css
<style>
span { border-color: #FDA66C; }
span { border-color: rgb(253,166,108); }
td.TdClassName
{
border-color: #FDA66C;
}
.TagClassName
{
border-color: #FDA66C;
}
</style>