Shades of Wewak #FC91A2
Tints of Wewak #FC91A2
RGB
CMYK
RGB Variations
Color information
#FC91A2 (or 0xFC91A2) is known color: Wewak. HEX triplet: FC, 91 and A2. RGB value is (252,145,162). Sum of RGB (Red+Green+Blue) = 252+145+162=559 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45.08% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 252 - color contains mainly: red. Hex color #FC91A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC91A2 is #036E5D. Grayscale: #B2B2B2. Windows color (decimal): -224862 or 10654204. OLE color: 10654204.
HSL color Cylindrical-coordinate representation of color #FC91A2: hue angle of 350.47º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC91A2 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 162 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.01 |
| HSL | 350.47º | 0.95% | 0.78% | - |
| HSV(B) | 350.47º | 0.42% | 0.99% | - |
| XYZ | 56.79 | 43.55 | 39.6 | - |
| YUV | 178.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 162 | 0 | 0.42 | 0.36 | 0.01 | 350.47 | 0.95 | 0.78 |
| Hex | FC | 91 | A2 | 0 | 2A | 24 | 1 | 15E | 5F | 4E |
| Octal | 374 | 221 | 242 | 0 | 52 | 44 | 1 | 536 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10100010 | 0 | 101010 | 100100 | 1 | 101011110 | 1011111 | 1001110 |
Color Harmonies of #FC91A2
Complementary color
Monochromatic Colors of #FC91A2
Black with #FC91A2
Text Example
Text Example
White with #FC91A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC91A2; }
p { color: rgb(252,145,162); }
H1.HeaderClassName
{
color: #FC91A2;
}
.AnyTagClassName
{
color: #FC91A2;
}
</style>
background-color css
<style>
a { background-color: #FC91A2; }
a { background-color: rgb(252,145,162); }
div.DivClassName
{
background-color: #FC91A2;
}
.BgClassName
{
background-color: #FC91A2;
}
</style>
border-color css
<style>
span { border-color: #FC91A2; }
span { border-color: rgb(252,145,162); }
td.TdClassName
{
border-color: #FC91A2;
}
.TagClassName
{
border-color: #FC91A2;
}
</style>