Shades of Hit Pink #FCAC6F
Tints of Hit Pink #FCAC6F
RGB
CMYK
RGB Variations
Color information
#FCAC6F (or 0xFCAC6F) is known color: Hit Pink. HEX triplet: FC, AC and 6F. RGB value is (252,172,111). Sum of RGB (Red+Green+Blue) = 252+172+111=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC6F is #035390. Grayscale: #BDBDBD. Windows color (decimal): -218001 or 7318780. OLE color: 7318780.
HSL color Cylindrical-coordinate representation of color #FCAC6F: hue angle of 25.96º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCAC6F is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 111 | - |
| CMYK | 0 | 0.32 | 0.56 | 0.01 |
| HSL | 25.96º | 0.96% | 0.71% | - |
| HSV(B) | 25.96º | 0.56% | 0.99% | - |
| XYZ | 57.77 | 51.35 | 21.91 | - |
| YUV | 188.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 111 | 0 | 0.32 | 0.56 | 0.01 | 25.96 | 0.96 | 0.71 |
| Hex | FC | AC | 6F | 0 | 20 | 38 | 1 | 1A | 60 | 47 |
| Octal | 374 | 254 | 157 | 0 | 40 | 70 | 1 | 32 | 140 | 107 |
| Binary | 11111100 | 10101100 | 1101111 | 0 | 100000 | 111000 | 1 | 11010 | 1100000 | 1000111 |
Color Harmonies of #FCAC6F
Complementary color
Monochromatic Colors of #FCAC6F
Black with #FCAC6F
Text Example
Text Example
White with #FCAC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC6F; }
p { color: rgb(252,172,111); }
H1.HeaderClassName
{
color: #FCAC6F;
}
.AnyTagClassName
{
color: #FCAC6F;
}
</style>
background-color css
<style>
a { background-color: #FCAC6F; }
a { background-color: rgb(252,172,111); }
div.DivClassName
{
background-color: #FCAC6F;
}
.BgClassName
{
background-color: #FCAC6F;
}
</style>
border-color css
<style>
span { border-color: #FCAC6F; }
span { border-color: rgb(252,172,111); }
td.TdClassName
{
border-color: #FCAC6F;
}
.TagClassName
{
border-color: #FCAC6F;
}
</style>