Shades of Hit Pink #FCA266
Tints of Hit Pink #FCA266
RGB
CMYK
RGB Variations
Color information
#FCA266 (or 0xFCA266) is known color: Hit Pink. HEX triplet: FC, A2 and 66. RGB value is (252,162,102). Sum of RGB (Red+Green+Blue) = 252+162+102=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 162 (63.67% from 255 or 31.40% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA266 is #035D99. Grayscale: #B6B6B6. Windows color (decimal): -220570 or 6726396. OLE color: 6726396.
HSL color Cylindrical-coordinate representation of color #FCA266: hue angle of 24º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCA266 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 102 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.01 |
| HSL | 24º | 0.96% | 0.69% | - |
| HSV(B) | 24º | 0.6% | 0.99% | - |
| XYZ | 55.46 | 47.5 | 18.81 | - |
| YUV | 182.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 102 | 0 | 0.36 | 0.60 | 0.01 | 24 | 0.96 | 0.69 |
| Hex | FC | A2 | 66 | 0 | 24 | 3C | 1 | 18 | 60 | 45 |
| Octal | 374 | 242 | 146 | 0 | 44 | 74 | 1 | 30 | 140 | 105 |
| Binary | 11111100 | 10100010 | 1100110 | 0 | 100100 | 111100 | 1 | 11000 | 1100000 | 1000101 |
Color Harmonies of #FCA266
Complementary color
Monochromatic Colors of #FCA266
Black with #FCA266
Text Example
Text Example
White with #FCA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA266; }
p { color: rgb(252,162,102); }
H1.HeaderClassName
{
color: #FCA266;
}
.AnyTagClassName
{
color: #FCA266;
}
</style>
background-color css
<style>
a { background-color: #FCA266; }
a { background-color: rgb(252,162,102); }
div.DivClassName
{
background-color: #FCA266;
}
.BgClassName
{
background-color: #FCA266;
}
</style>
border-color css
<style>
span { border-color: #FCA266; }
span { border-color: rgb(252,162,102); }
td.TdClassName
{
border-color: #FCA266;
}
.TagClassName
{
border-color: #FCA266;
}
</style>