Shades of Wewak #FC94A0
Tints of Wewak #FC94A0
RGB
CMYK
RGB Variations
Color information
#FC94A0 (or 0xFC94A0) is known color: Wewak. HEX triplet: FC, 94 and A0. RGB value is (252,148,160). Sum of RGB (Red+Green+Blue) = 252+148+160=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 148 (58.20% from 255 or 26.43% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC94A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC94A0 is #036B5F. Grayscale: #B4B4B4. Windows color (decimal): -224096 or 10523900. OLE color: 10523900.
HSL color Cylindrical-coordinate representation of color #FC94A0: hue angle of 353.08º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FC94A0 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 160 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.01 |
| HSL | 353.08º | 0.95% | 0.78% | - |
| HSV(B) | 353.08º | 0.41% | 0.99% | - |
| XYZ | 57.08 | 44.41 | 38.82 | - |
| YUV | 180.46 | 116.46 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 160 | 0 | 0.41 | 0.37 | 0.01 | 353.08 | 0.95 | 0.78 |
| Hex | FC | 94 | A0 | 0 | 29 | 25 | 1 | 161 | 5F | 4E |
| Octal | 374 | 224 | 240 | 0 | 51 | 45 | 1 | 541 | 137 | 116 |
| Binary | 11111100 | 10010100 | 10100000 | 0 | 101001 | 100101 | 1 | 101100001 | 1011111 | 1001110 |
Color Harmonies of #FC94A0
Complementary color
Monochromatic Colors of #FC94A0
Black with #FC94A0
Text Example
Text Example
White with #FC94A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC94A0; }
p { color: rgb(252,148,160); }
H1.HeaderClassName
{
color: #FC94A0;
}
.AnyTagClassName
{
color: #FC94A0;
}
</style>
background-color css
<style>
a { background-color: #FC94A0; }
a { background-color: rgb(252,148,160); }
div.DivClassName
{
background-color: #FC94A0;
}
.BgClassName
{
background-color: #FC94A0;
}
</style>
border-color css
<style>
span { border-color: #FC94A0; }
span { border-color: rgb(252,148,160); }
td.TdClassName
{
border-color: #FC94A0;
}
.TagClassName
{
border-color: #FC94A0;
}
</style>