Shades of Hit Pink #FCA168
Tints of Hit Pink #FCA168
RGB
CMYK
RGB Variations
Color information
#FCA168 (or 0xFCA168) is known color: Hit Pink. HEX triplet: FC, A1 and 68. RGB value is (252,161,104). Sum of RGB (Red+Green+Blue) = 252+161+104=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA168 is #035E97. Grayscale: #B6B6B6. Windows color (decimal): -220824 or 6857212. OLE color: 6857212.
HSL color Cylindrical-coordinate representation of color #FCA168: hue angle of 23.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCA168 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 161 | 104 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.01 |
| HSL | 23.11º | 0.96% | 0.7% | - |
| HSV(B) | 23.11º | 0.59% | 0.99% | - |
| XYZ | 55.39 | 47.18 | 19.28 | - |
| YUV | 181.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 161 | 104 | 0 | 0.36 | 0.59 | 0.01 | 23.11 | 0.96 | 0.7 |
| Hex | FC | A1 | 68 | 0 | 24 | 3B | 1 | 17 | 60 | 46 |
| Octal | 374 | 241 | 150 | 0 | 44 | 73 | 1 | 27 | 140 | 106 |
| Binary | 11111100 | 10100001 | 1101000 | 0 | 100100 | 111011 | 1 | 10111 | 1100000 | 1000110 |
Color Harmonies of #FCA168
Complementary color
Monochromatic Colors of #FCA168
Black with #FCA168
Text Example
Text Example
White with #FCA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA168; }
p { color: rgb(252,161,104); }
H1.HeaderClassName
{
color: #FCA168;
}
.AnyTagClassName
{
color: #FCA168;
}
</style>
background-color css
<style>
a { background-color: #FCA168; }
a { background-color: rgb(252,161,104); }
div.DivClassName
{
background-color: #FCA168;
}
.BgClassName
{
background-color: #FCA168;
}
</style>
border-color css
<style>
span { border-color: #FCA168; }
span { border-color: rgb(252,161,104); }
td.TdClassName
{
border-color: #FCA168;
}
.TagClassName
{
border-color: #FCA168;
}
</style>