Shades of Hit Pink #FCAB6A
Tints of Hit Pink #FCAB6A
RGB
CMYK
RGB Variations
Color information
#FCAB6A (or 0xFCAB6A) is known color: Hit Pink. HEX triplet: FC, AB and 6A. RGB value is (252,171,106). Sum of RGB (Red+Green+Blue) = 252+171+106=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 106 (41.80% from 255 or 20.04% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB6A is #035495. Grayscale: #BCBCBC. Windows color (decimal): -218262 or 6990844. OLE color: 6990844.
HSL color Cylindrical-coordinate representation of color #FCAB6A: hue angle of 26.71º 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 #FCAB6A is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 171 | 106 | - |
| CMYK | 0 | 0.32 | 0.58 | 0.01 |
| HSL | 26.71º | 0.96% | 0.7% | - |
| HSV(B) | 26.71º | 0.58% | 0.99% | - |
| XYZ | 57.31 | 50.86 | 20.43 | - |
| YUV | 187.81 | 81.84 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 171 | 106 | 0 | 0.32 | 0.58 | 0.01 | 26.71 | 0.96 | 0.7 |
| Hex | FC | AB | 6A | 0 | 20 | 3A | 1 | 1B | 60 | 46 |
| Octal | 374 | 253 | 152 | 0 | 40 | 72 | 1 | 33 | 140 | 106 |
| Binary | 11111100 | 10101011 | 1101010 | 0 | 100000 | 111010 | 1 | 11011 | 1100000 | 1000110 |
Color Harmonies of #FCAB6A
Complementary color
Monochromatic Colors of #FCAB6A
Black with #FCAB6A
Text Example
Text Example
White with #FCAB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAB6A; }
p { color: rgb(252,171,106); }
H1.HeaderClassName
{
color: #FCAB6A;
}
.AnyTagClassName
{
color: #FCAB6A;
}
</style>
background-color css
<style>
a { background-color: #FCAB6A; }
a { background-color: rgb(252,171,106); }
div.DivClassName
{
background-color: #FCAB6A;
}
.BgClassName
{
background-color: #FCAB6A;
}
</style>
border-color css
<style>
span { border-color: #FCAB6A; }
span { border-color: rgb(252,171,106); }
td.TdClassName
{
border-color: #FCAB6A;
}
.TagClassName
{
border-color: #FCAB6A;
}
</style>