Shades of Hit Pink #FDA46C
Tints of Hit Pink #FDA46C
RGB
CMYK
RGB Variations
Color information
#FDA46C (or 0xFDA46C) is known color: Hit Pink. HEX triplet: FD, A4 and 6C. RGB value is (253,164,108). Sum of RGB (Red+Green+Blue) = 253+164+108=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA46C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA46C is #025B93. Grayscale: #B8B8B8. Windows color (decimal): -154516 or 7120125. OLE color: 7120125.
HSL color Cylindrical-coordinate representation of color #FDA46C: hue angle of 23.17º 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 #FDA46C is Cyan = 0, Magento = 0.35, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 108 | - |
| CMYK | 0 | 0.35 | 0.57 | 0.01 |
| HSL | 23.17º | 0.97% | 0.71% | - |
| HSV(B) | 23.17º | 0.57% | 0.99% | - |
| XYZ | 56.49 | 48.52 | 20.57 | - |
| YUV | 184.23 | 84.99 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 108 | 0 | 0.35 | 0.57 | 0.01 | 23.17 | 0.97 | 0.71 |
| Hex | FD | A4 | 6C | 0 | 23 | 39 | 1 | 17 | 61 | 47 |
| Octal | 375 | 244 | 154 | 0 | 43 | 71 | 1 | 27 | 141 | 107 |
| Binary | 11111101 | 10100100 | 1101100 | 0 | 100011 | 111001 | 1 | 10111 | 1100001 | 1000111 |
Color Harmonies of #FDA46C
Complementary color
Monochromatic Colors of #FDA46C
Black with #FDA46C
Text Example
Text Example
White with #FDA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA46C; }
p { color: rgb(253,164,108); }
H1.HeaderClassName
{
color: #FDA46C;
}
.AnyTagClassName
{
color: #FDA46C;
}
</style>
background-color css
<style>
a { background-color: #FDA46C; }
a { background-color: rgb(253,164,108); }
div.DivClassName
{
background-color: #FDA46C;
}
.BgClassName
{
background-color: #FDA46C;
}
</style>
border-color css
<style>
span { border-color: #FDA46C; }
span { border-color: rgb(253,164,108); }
td.TdClassName
{
border-color: #FDA46C;
}
.TagClassName
{
border-color: #FDA46C;
}
</style>