Shades of Wewak #FC818B
Tints of Wewak #FC818B
RGB
CMYK
RGB Variations
Color information
#FC818B (or 0xFC818B) is known color: Wewak. HEX triplet: FC, 81 and 8B. RGB value is (252,129,139). Sum of RGB (Red+Green+Blue) = 252+129+139=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 129 (50.78% from 255 or 24.81% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FC818B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC818B is #037E74. Grayscale: #A6A6A6. Windows color (decimal): -228981 or 9142780. OLE color: 9142780.
HSL color Cylindrical-coordinate representation of color #FC818B: hue angle of 355.12º 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 #FC818B is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 129 | 139 | - |
| CMYK | 0 | 0.49 | 0.45 | 0.01 |
| HSL | 355.12º | 0.95% | 0.75% | - |
| HSV(B) | 355.12º | 0.49% | 0.99% | - |
| XYZ | 52.66 | 38.26 | 29.04 | - |
| YUV | 166.92 | 112.25 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 129 | 139 | 0 | 0.49 | 0.45 | 0.01 | 355.12 | 0.95 | 0.75 |
| Hex | FC | 81 | 8B | 0 | 31 | 2D | 1 | 163 | 5F | 4B |
| Octal | 374 | 201 | 213 | 0 | 61 | 55 | 1 | 543 | 137 | 113 |
| Binary | 11111100 | 10000001 | 10001011 | 0 | 110001 | 101101 | 1 | 101100011 | 1011111 | 1001011 |
Color Harmonies of #FC818B
Complementary color
Monochromatic Colors of #FC818B
Black with #FC818B
Text Example
Text Example
White with #FC818B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC818B; }
p { color: rgb(252,129,139); }
H1.HeaderClassName
{
color: #FC818B;
}
.AnyTagClassName
{
color: #FC818B;
}
</style>
background-color css
<style>
a { background-color: #FC818B; }
a { background-color: rgb(252,129,139); }
div.DivClassName
{
background-color: #FC818B;
}
.BgClassName
{
background-color: #FC818B;
}
</style>
border-color css
<style>
span { border-color: #FC818B; }
span { border-color: rgb(252,129,139); }
td.TdClassName
{
border-color: #FC818B;
}
.TagClassName
{
border-color: #FC818B;
}
</style>