Shades of Wewak #FC818D
Tints of Wewak #FC818D
RGB
CMYK
RGB Variations
Color information
#FC818D (or 0xFC818D) is known color: Wewak. HEX triplet: FC, 81 and 8D. RGB value is (252,129,141). Sum of RGB (Red+Green+Blue) = 252+129+141=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 129 (50.78% from 255 or 24.71% from 522); Blue value is 141 (55.47% from 255 or 27.01% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC818D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC818D is #037E72. Grayscale: #A7A7A7. Windows color (decimal): -228979 or 9273852. OLE color: 9273852.
HSL color Cylindrical-coordinate representation of color #FC818D: hue angle of 354.15º 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 #FC818D is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 141 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.01 |
| HSL | 354.15º | 0.95% | 0.75% | - |
| HSV(B) | 354.15º | 0.49% | 0.99% | - |
| XYZ | 52.8 | 38.32 | 29.81 | - |
| YUV | 167.15 | 113.25 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 141 | 0 | 0.49 | 0.44 | 0.01 | 354.15 | 0.95 | 0.75 |
| Hex | FC | 81 | 8D | 0 | 31 | 2C | 1 | 162 | 5F | 4B |
| Octal | 374 | 201 | 215 | 0 | 61 | 54 | 1 | 542 | 137 | 113 |
| Binary | 11111100 | 10000001 | 10001101 | 0 | 110001 | 101100 | 1 | 101100010 | 1011111 | 1001011 |
Color Harmonies of #FC818D
Complementary color
Monochromatic Colors of #FC818D
Black with #FC818D
Text Example
Text Example
White with #FC818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC818D; }
p { color: rgb(252,129,141); }
H1.HeaderClassName
{
color: #FC818D;
}
.AnyTagClassName
{
color: #FC818D;
}
</style>
background-color css
<style>
a { background-color: #FC818D; }
a { background-color: rgb(252,129,141); }
div.DivClassName
{
background-color: #FC818D;
}
.BgClassName
{
background-color: #FC818D;
}
</style>
border-color css
<style>
span { border-color: #FC818D; }
span { border-color: rgb(252,129,141); }
td.TdClassName
{
border-color: #FC818D;
}
.TagClassName
{
border-color: #FC818D;
}
</style>