Shades of Wewak #FC838E
Tints of Wewak #FC838E
RGB
CMYK
RGB Variations
Color information
#FC838E (or 0xFC838E) is known color: Wewak. HEX triplet: FC, 83 and 8E. RGB value is (252,131,142). Sum of RGB (Red+Green+Blue) = 252+131+142=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC838E is #037C71. Grayscale: #A8A8A8. Windows color (decimal): -228466 or 9339900. OLE color: 9339900.
HSL color Cylindrical-coordinate representation of color #FC838E: hue angle of 354.55º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FC838E is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 142 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.01 |
| HSL | 354.55º | 0.95% | 0.75% | - |
| HSV(B) | 354.55º | 0.48% | 0.99% | - |
| XYZ | 53.14 | 38.88 | 30.3 | - |
| YUV | 168.43 | 113.09 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 142 | 0 | 0.48 | 0.44 | 0.01 | 354.55 | 0.95 | 0.75 |
| Hex | FC | 83 | 8E | 0 | 30 | 2C | 1 | 163 | 5F | 4B |
| Octal | 374 | 203 | 216 | 0 | 60 | 54 | 1 | 543 | 137 | 113 |
| Binary | 11111100 | 10000011 | 10001110 | 0 | 110000 | 101100 | 1 | 101100011 | 1011111 | 1001011 |
Color Harmonies of #FC838E
Complementary color
Monochromatic Colors of #FC838E
Black with #FC838E
Text Example
Text Example
White with #FC838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC838E; }
p { color: rgb(252,131,142); }
H1.HeaderClassName
{
color: #FC838E;
}
.AnyTagClassName
{
color: #FC838E;
}
</style>
background-color css
<style>
a { background-color: #FC838E; }
a { background-color: rgb(252,131,142); }
div.DivClassName
{
background-color: #FC838E;
}
.BgClassName
{
background-color: #FC838E;
}
</style>
border-color css
<style>
span { border-color: #FC838E; }
span { border-color: rgb(252,131,142); }
td.TdClassName
{
border-color: #FC838E;
}
.TagClassName
{
border-color: #FC838E;
}
</style>