Shades of Hit Pink #FCA26A
Tints of Hit Pink #FCA26A
RGB
CMYK
RGB Variations
Color information
#FCA26A (or 0xFCA26A) is known color: Hit Pink. HEX triplet: FC, A2 and 6A. RGB value is (252,162,106). Sum of RGB (Red+Green+Blue) = 252+162+106=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA26A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA26A is #035D95. Grayscale: #B6B6B6. Windows color (decimal): -220566 or 6988540. OLE color: 6988540.
HSL color Cylindrical-coordinate representation of color #FCA26A: hue angle of 23.01º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCA26A is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 162 | 106 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.01 |
| HSL | 23.01º | 0.96% | 0.7% | - |
| HSV(B) | 23.01º | 0.58% | 0.99% | - |
| XYZ | 55.67 | 47.58 | 19.88 | - |
| YUV | 182.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 162 | 106 | 0 | 0.36 | 0.58 | 0.01 | 23.01 | 0.96 | 0.7 |
| Hex | FC | A2 | 6A | 0 | 24 | 3A | 1 | 17 | 60 | 46 |
| Octal | 374 | 242 | 152 | 0 | 44 | 72 | 1 | 27 | 140 | 106 |
| Binary | 11111100 | 10100010 | 1101010 | 0 | 100100 | 111010 | 1 | 10111 | 1100000 | 1000110 |
Color Harmonies of #FCA26A
Complementary color
Monochromatic Colors of #FCA26A
Black with #FCA26A
Text Example
Text Example
White with #FCA26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA26A; }
p { color: rgb(252,162,106); }
H1.HeaderClassName
{
color: #FCA26A;
}
.AnyTagClassName
{
color: #FCA26A;
}
</style>
background-color css
<style>
a { background-color: #FCA26A; }
a { background-color: rgb(252,162,106); }
div.DivClassName
{
background-color: #FCA26A;
}
.BgClassName
{
background-color: #FCA26A;
}
</style>
border-color css
<style>
span { border-color: #FCA26A; }
span { border-color: rgb(252,162,106); }
td.TdClassName
{
border-color: #FCA26A;
}
.TagClassName
{
border-color: #FCA26A;
}
</style>