Shades of Hit Pink #FCA06C
Tints of Hit Pink #FCA06C
RGB
CMYK
RGB Variations
Color information
#FCA06C (or 0xFCA06C) is known color: Hit Pink. HEX triplet: FC, A0 and 6C. RGB value is (252,160,108). Sum of RGB (Red+Green+Blue) = 252+160+108=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA06C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA06C is #035F93. Grayscale: #B5B5B5. Windows color (decimal): -221076 or 7119100. OLE color: 7119100.
HSL color Cylindrical-coordinate representation of color #FCA06C: hue angle of 21.67º degrees, saturation: 0.96, 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 #FCA06C is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 108 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.01 |
| HSL | 21.67º | 0.96% | 0.71% | - |
| HSV(B) | 21.67º | 0.57% | 0.99% | - |
| XYZ | 55.42 | 46.92 | 20.32 | - |
| YUV | 181.58 | 86.48 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 108 | 0 | 0.37 | 0.57 | 0.01 | 21.67 | 0.96 | 0.71 |
| Hex | FC | A0 | 6C | 0 | 25 | 39 | 1 | 16 | 60 | 47 |
| Octal | 374 | 240 | 154 | 0 | 45 | 71 | 1 | 26 | 140 | 107 |
| Binary | 11111100 | 10100000 | 1101100 | 0 | 100101 | 111001 | 1 | 10110 | 1100000 | 1000111 |
Color Harmonies of #FCA06C
Complementary color
Monochromatic Colors of #FCA06C
Black with #FCA06C
Text Example
Text Example
White with #FCA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA06C; }
p { color: rgb(252,160,108); }
H1.HeaderClassName
{
color: #FCA06C;
}
.AnyTagClassName
{
color: #FCA06C;
}
</style>
background-color css
<style>
a { background-color: #FCA06C; }
a { background-color: rgb(252,160,108); }
div.DivClassName
{
background-color: #FCA06C;
}
.BgClassName
{
background-color: #FCA06C;
}
</style>
border-color css
<style>
span { border-color: #FCA06C; }
span { border-color: rgb(252,160,108); }
td.TdClassName
{
border-color: #FCA06C;
}
.TagClassName
{
border-color: #FCA06C;
}
</style>