Shades of Wewak #FC93A3
Tints of Wewak #FC93A3
RGB
CMYK
RGB Variations
Color information
#FC93A3 (or 0xFC93A3) is known color: Wewak. HEX triplet: FC, 93 and A3. RGB value is (252,147,163). Sum of RGB (Red+Green+Blue) = 252+147+163=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 163 (64.06% from 255 or 29.00% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC93A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC93A3 is #036C5C. Grayscale: #B4B4B4. Windows color (decimal): -224349 or 10720252. OLE color: 10720252.
HSL color Cylindrical-coordinate representation of color #FC93A3: hue angle of 350.86º 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 #FC93A3 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 163 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.01 |
| HSL | 350.86º | 0.95% | 0.78% | - |
| HSV(B) | 350.86º | 0.42% | 0.99% | - |
| XYZ | 57.19 | 44.21 | 40.17 | - |
| YUV | 180.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 163 | 0 | 0.42 | 0.35 | 0.01 | 350.86 | 0.95 | 0.78 |
| Hex | FC | 93 | A3 | 0 | 2A | 23 | 1 | 15F | 5F | 4E |
| Octal | 374 | 223 | 243 | 0 | 52 | 43 | 1 | 537 | 137 | 116 |
| Binary | 11111100 | 10010011 | 10100011 | 0 | 101010 | 100011 | 1 | 101011111 | 1011111 | 1001110 |
Color Harmonies of #FC93A3
Complementary color
Monochromatic Colors of #FC93A3
Black with #FC93A3
Text Example
Text Example
White with #FC93A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC93A3; }
p { color: rgb(252,147,163); }
H1.HeaderClassName
{
color: #FC93A3;
}
.AnyTagClassName
{
color: #FC93A3;
}
</style>
background-color css
<style>
a { background-color: #FC93A3; }
a { background-color: rgb(252,147,163); }
div.DivClassName
{
background-color: #FC93A3;
}
.BgClassName
{
background-color: #FC93A3;
}
</style>
border-color css
<style>
span { border-color: #FC93A3; }
span { border-color: rgb(252,147,163); }
td.TdClassName
{
border-color: #FC93A3;
}
.TagClassName
{
border-color: #FC93A3;
}
</style>