Shades of Wewak #FC96A1
Tints of Wewak #FC96A1
RGB
CMYK
RGB Variations
Color information
#FC96A1 (or 0xFC96A1) is known color: Wewak. HEX triplet: FC, 96 and A1. RGB value is (252,150,161). Sum of RGB (Red+Green+Blue) = 252+150+161=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 161 (63.28% from 255 or 28.60% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC96A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC96A1 is #03695E. Grayscale: #B5B5B5. Windows color (decimal): -223583 or 10589948. OLE color: 10589948.
HSL color Cylindrical-coordinate representation of color #FC96A1: hue angle of 353.53º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FC96A1 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 161 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.01 |
| HSL | 353.53º | 0.94% | 0.79% | - |
| HSV(B) | 353.53º | 0.4% | 0.99% | - |
| XYZ | 57.48 | 45.08 | 39.39 | - |
| YUV | 181.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 161 | 0 | 0.40 | 0.36 | 0.01 | 353.53 | 0.94 | 0.79 |
| Hex | FC | 96 | A1 | 0 | 28 | 24 | 1 | 162 | 5E | 4F |
| Octal | 374 | 226 | 241 | 0 | 50 | 44 | 1 | 542 | 136 | 117 |
| Binary | 11111100 | 10010110 | 10100001 | 0 | 101000 | 100100 | 1 | 101100010 | 1011110 | 1001111 |
Color Harmonies of #FC96A1
Complementary color
Monochromatic Colors of #FC96A1
Black with #FC96A1
Text Example
Text Example
White with #FC96A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC96A1; }
p { color: rgb(252,150,161); }
H1.HeaderClassName
{
color: #FC96A1;
}
.AnyTagClassName
{
color: #FC96A1;
}
</style>
background-color css
<style>
a { background-color: #FC96A1; }
a { background-color: rgb(252,150,161); }
div.DivClassName
{
background-color: #FC96A1;
}
.BgClassName
{
background-color: #FC96A1;
}
</style>
border-color css
<style>
span { border-color: #FC96A1; }
span { border-color: rgb(252,150,161); }
td.TdClassName
{
border-color: #FC96A1;
}
.TagClassName
{
border-color: #FC96A1;
}
</style>