Shades of Wewak #FC939A
Tints of Wewak #FC939A
RGB
CMYK
RGB Variations
Color information
#FC939A (or 0xFC939A) is known color: Wewak. HEX triplet: FC, 93 and 9A. RGB value is (252,147,154). Sum of RGB (Red+Green+Blue) = 252+147+154=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 147 (57.81% from 255 or 26.58% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC939A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC939A is #036C65. Grayscale: #B3B3B3. Windows color (decimal): -224358 or 10130428. OLE color: 10130428.
HSL color Cylindrical-coordinate representation of color #FC939A: hue angle of 356º 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 #FC939A is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 147 | 154 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.01 |
| HSL | 356º | 0.95% | 0.78% | - |
| HSV(B) | 356º | 0.42% | 0.99% | - |
| XYZ | 56.41 | 43.9 | 36.07 | - |
| YUV | 179.19 | 113.79 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 147 | 154 | 0 | 0.42 | 0.39 | 0.01 | 356 | 0.95 | 0.78 |
| Hex | FC | 93 | 9A | 0 | 2A | 27 | 1 | 164 | 5F | 4E |
| Octal | 374 | 223 | 232 | 0 | 52 | 47 | 1 | 544 | 137 | 116 |
| Binary | 11111100 | 10010011 | 10011010 | 0 | 101010 | 100111 | 1 | 101100100 | 1011111 | 1001110 |
Color Harmonies of #FC939A
Complementary color
Monochromatic Colors of #FC939A
Black with #FC939A
Text Example
Text Example
White with #FC939A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC939A; }
p { color: rgb(252,147,154); }
H1.HeaderClassName
{
color: #FC939A;
}
.AnyTagClassName
{
color: #FC939A;
}
</style>
background-color css
<style>
a { background-color: #FC939A; }
a { background-color: rgb(252,147,154); }
div.DivClassName
{
background-color: #FC939A;
}
.BgClassName
{
background-color: #FC939A;
}
</style>
border-color css
<style>
span { border-color: #FC939A; }
span { border-color: rgb(252,147,154); }
td.TdClassName
{
border-color: #FC939A;
}
.TagClassName
{
border-color: #FC939A;
}
</style>