Shades of Wewak #FC90A1
Tints of Wewak #FC90A1
RGB
CMYK
RGB Variations
Color information
#FC90A1 (or 0xFC90A1) is known color: Wewak. HEX triplet: FC, 90 and A1. RGB value is (252,144,161). Sum of RGB (Red+Green+Blue) = 252+144+161=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FC90A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC90A1 is #036F5E. Grayscale: #B2B2B2. Windows color (decimal): -225119 or 10588412. OLE color: 10588412.
HSL color Cylindrical-coordinate representation of color #FC90A1: hue angle of 350.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC90A1 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 161 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.01 |
| HSL | 350.56º | 0.95% | 0.78% | - |
| HSV(B) | 350.56º | 0.43% | 0.99% | - |
| XYZ | 56.55 | 43.22 | 39.08 | - |
| YUV | 178.23 | 118.28 | 180.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 161 | 0 | 0.43 | 0.36 | 0.01 | 350.56 | 0.95 | 0.78 |
| Hex | FC | 90 | A1 | 0 | 2B | 24 | 1 | 15F | 5F | 4E |
| Octal | 374 | 220 | 241 | 0 | 53 | 44 | 1 | 537 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10100001 | 0 | 101011 | 100100 | 1 | 101011111 | 1011111 | 1001110 |
Color Harmonies of #FC90A1
Complementary color
Monochromatic Colors of #FC90A1
Black with #FC90A1
Text Example
Text Example
White with #FC90A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC90A1; }
p { color: rgb(252,144,161); }
H1.HeaderClassName
{
color: #FC90A1;
}
.AnyTagClassName
{
color: #FC90A1;
}
</style>
background-color css
<style>
a { background-color: #FC90A1; }
a { background-color: rgb(252,144,161); }
div.DivClassName
{
background-color: #FC90A1;
}
.BgClassName
{
background-color: #FC90A1;
}
</style>
border-color css
<style>
span { border-color: #FC90A1; }
span { border-color: rgb(252,144,161); }
td.TdClassName
{
border-color: #FC90A1;
}
.TagClassName
{
border-color: #FC90A1;
}
</style>