Shades of Wewak #FCA0A1
Tints of Wewak #FCA0A1
RGB
CMYK
RGB Variations
Color information
#FCA0A1 (or 0xFCA0A1) is known color: Wewak. HEX triplet: FC, A0 and A1. RGB value is (252,160,161). Sum of RGB (Red+Green+Blue) = 252+160+161=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 160 (62.89% from 255 or 27.92% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FCA0A1 is #035F5E. Grayscale: #BBBBBB. Windows color (decimal): -221023 or 10592508. OLE color: 10592508.
HSL color Cylindrical-coordinate representation of color #FCA0A1: hue angle of 359.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FCA0A1 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 160 | 161 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.01 |
| HSL | 359.35º | 0.94% | 0.81% | - |
| HSV(B) | 359.35º | 0.37% | 0.99% | - |
| XYZ | 59.15 | 48.41 | 39.94 | - |
| YUV | 187.62 | 112.98 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 160 | 161 | 0 | 0.37 | 0.36 | 0.01 | 359.35 | 0.94 | 0.81 |
| Hex | FC | A0 | A1 | 0 | 25 | 24 | 1 | 167 | 5E | 51 |
| Octal | 374 | 240 | 241 | 0 | 45 | 44 | 1 | 547 | 136 | 121 |
| Binary | 11111100 | 10100000 | 10100001 | 0 | 100101 | 100100 | 1 | 101100111 | 1011110 | 1010001 |
Color Harmonies of #FCA0A1
Complementary color
Monochromatic Colors of #FCA0A1
Black with #FCA0A1
Text Example
Text Example
White with #FCA0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCA0A1; }
p { color: rgb(252,160,161); }
H1.HeaderClassName
{
color: #FCA0A1;
}
.AnyTagClassName
{
color: #FCA0A1;
}
</style>
background-color css
<style>
a { background-color: #FCA0A1; }
a { background-color: rgb(252,160,161); }
div.DivClassName
{
background-color: #FCA0A1;
}
.BgClassName
{
background-color: #FCA0A1;
}
</style>
border-color css
<style>
span { border-color: #FCA0A1; }
span { border-color: rgb(252,160,161); }
td.TdClassName
{
border-color: #FCA0A1;
}
.TagClassName
{
border-color: #FCA0A1;
}
</style>