Shades of Wewak #FC808C
Tints of Wewak #FC808C
RGB
CMYK
RGB Variations
Color information
#FC808C (or 0xFC808C) is known color: Wewak. HEX triplet: FC, 80 and 8C. RGB value is (252,128,140). Sum of RGB (Red+Green+Blue) = 252+128+140=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC808C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC808C is #037F73. Grayscale: #A6A6A6. Windows color (decimal): -229236 or 9208060. OLE color: 9208060.
HSL color Cylindrical-coordinate representation of color #FC808C: hue angle of 354.19º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FC808C is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 128 | 140 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.01 |
| HSL | 354.19º | 0.95% | 0.75% | - |
| HSV(B) | 354.19º | 0.49% | 0.99% | - |
| XYZ | 52.6 | 38.03 | 29.38 | - |
| YUV | 166.44 | 113.08 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 128 | 140 | 0 | 0.49 | 0.44 | 0.01 | 354.19 | 0.95 | 0.75 |
| Hex | FC | 80 | 8C | 0 | 31 | 2C | 1 | 162 | 5F | 4B |
| Octal | 374 | 200 | 214 | 0 | 61 | 54 | 1 | 542 | 137 | 113 |
| Binary | 11111100 | 10000000 | 10001100 | 0 | 110001 | 101100 | 1 | 101100010 | 1011111 | 1001011 |
Color Harmonies of #FC808C
Complementary color
Monochromatic Colors of #FC808C
Black with #FC808C
Text Example
Text Example
White with #FC808C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC808C; }
p { color: rgb(252,128,140); }
H1.HeaderClassName
{
color: #FC808C;
}
.AnyTagClassName
{
color: #FC808C;
}
</style>
background-color css
<style>
a { background-color: #FC808C; }
a { background-color: rgb(252,128,140); }
div.DivClassName
{
background-color: #FC808C;
}
.BgClassName
{
background-color: #FC808C;
}
</style>
border-color css
<style>
span { border-color: #FC808C; }
span { border-color: rgb(252,128,140); }
td.TdClassName
{
border-color: #FC808C;
}
.TagClassName
{
border-color: #FC808C;
}
</style>