Shades of Hit Pink #FCAC6B
Tints of Hit Pink #FCAC6B
RGB
CMYK
RGB Variations
Color information
#FCAC6B (or 0xFCAC6B) is known color: Hit Pink. HEX triplet: FC, AC and 6B. RGB value is (252,172,107). Sum of RGB (Red+Green+Blue) = 252+172+107=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC6B is #035394. Grayscale: #BCBCBC. Windows color (decimal): -218005 or 7056636. OLE color: 7056636.
HSL color Cylindrical-coordinate representation of color #FCAC6B: hue angle of 26.9º 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 #FCAC6B is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 172 | 107 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.01 |
| HSL | 26.9º | 0.96% | 0.7% | - |
| HSV(B) | 26.9º | 0.58% | 0.99% | - |
| XYZ | 57.55 | 51.26 | 20.77 | - |
| YUV | 188.51 | 82 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 172 | 107 | 0 | 0.32 | 0.58 | 0.01 | 26.9 | 0.96 | 0.7 |
| Hex | FC | AC | 6B | 0 | 20 | 3A | 1 | 1B | 60 | 46 |
| Octal | 374 | 254 | 153 | 0 | 40 | 72 | 1 | 33 | 140 | 106 |
| Binary | 11111100 | 10101100 | 1101011 | 0 | 100000 | 111010 | 1 | 11011 | 1100000 | 1000110 |
Color Harmonies of #FCAC6B
Complementary color
Monochromatic Colors of #FCAC6B
Black with #FCAC6B
Text Example
Text Example
White with #FCAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAC6B; }
p { color: rgb(252,172,107); }
H1.HeaderClassName
{
color: #FCAC6B;
}
.AnyTagClassName
{
color: #FCAC6B;
}
</style>
background-color css
<style>
a { background-color: #FCAC6B; }
a { background-color: rgb(252,172,107); }
div.DivClassName
{
background-color: #FCAC6B;
}
.BgClassName
{
background-color: #FCAC6B;
}
</style>
border-color css
<style>
span { border-color: #FCAC6B; }
span { border-color: rgb(252,172,107); }
td.TdClassName
{
border-color: #FCAC6B;
}
.TagClassName
{
border-color: #FCAC6B;
}
</style>