Shades of Hit Pink #FCAA6B
Tints of Hit Pink #FCAA6B
RGB
CMYK
RGB Variations
Color information
#FCAA6B (or 0xFCAA6B) is known color: Hit Pink. HEX triplet: FC, AA and 6B. RGB value is (252,170,107). Sum of RGB (Red+Green+Blue) = 252+170+107=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA6B is #035594. Grayscale: #BBBBBB. Windows color (decimal): -218517 or 7056124. OLE color: 7056124.
HSL color Cylindrical-coordinate representation of color #FCAA6B: hue angle of 26.07º 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 #FCAA6B is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 107 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.01 |
| HSL | 26.07º | 0.96% | 0.7% | - |
| HSV(B) | 26.07º | 0.58% | 0.99% | - |
| XYZ | 57.17 | 50.51 | 20.65 | - |
| YUV | 187.34 | 82.67 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 107 | 0 | 0.33 | 0.58 | 0.01 | 26.07 | 0.96 | 0.7 |
| Hex | FC | AA | 6B | 0 | 21 | 3A | 1 | 1A | 60 | 46 |
| Octal | 374 | 252 | 153 | 0 | 41 | 72 | 1 | 32 | 140 | 106 |
| Binary | 11111100 | 10101010 | 1101011 | 0 | 100001 | 111010 | 1 | 11010 | 1100000 | 1000110 |
Color Harmonies of #FCAA6B
Complementary color
Monochromatic Colors of #FCAA6B
Black with #FCAA6B
Text Example
Text Example
White with #FCAA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAA6B; }
p { color: rgb(252,170,107); }
H1.HeaderClassName
{
color: #FCAA6B;
}
.AnyTagClassName
{
color: #FCAA6B;
}
</style>
background-color css
<style>
a { background-color: #FCAA6B; }
a { background-color: rgb(252,170,107); }
div.DivClassName
{
background-color: #FCAA6B;
}
.BgClassName
{
background-color: #FCAA6B;
}
</style>
border-color css
<style>
span { border-color: #FCAA6B; }
span { border-color: rgb(252,170,107); }
td.TdClassName
{
border-color: #FCAA6B;
}
.TagClassName
{
border-color: #FCAA6B;
}
</style>