Shades of Wewak #FC838D
Tints of Wewak #FC838D
RGB
CMYK
RGB Variations
Color information
#FC838D (or 0xFC838D) is known color: Wewak. HEX triplet: FC, 83 and 8D. RGB value is (252,131,141). Sum of RGB (Red+Green+Blue) = 252+131+141=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FC838D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC838D is #037C72. Grayscale: #A8A8A8. Windows color (decimal): -228467 or 9274364. OLE color: 9274364.
HSL color Cylindrical-coordinate representation of color #FC838D: hue angle of 355.04º 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 #FC838D is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 141 | - |
| CMYK | 0 | 0.48 | 0.44 | 0.01 |
| HSL | 355.04º | 0.95% | 0.75% | - |
| HSV(B) | 355.04º | 0.48% | 0.99% | - |
| XYZ | 53.07 | 38.85 | 29.9 | - |
| YUV | 168.32 | 112.59 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 141 | 0 | 0.48 | 0.44 | 0.01 | 355.04 | 0.95 | 0.75 |
| Hex | FC | 83 | 8D | 0 | 30 | 2C | 1 | 163 | 5F | 4B |
| Octal | 374 | 203 | 215 | 0 | 60 | 54 | 1 | 543 | 137 | 113 |
| Binary | 11111100 | 10000011 | 10001101 | 0 | 110000 | 101100 | 1 | 101100011 | 1011111 | 1001011 |
Color Harmonies of #FC838D
Complementary color
Monochromatic Colors of #FC838D
Black with #FC838D
Text Example
Text Example
White with #FC838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC838D; }
p { color: rgb(252,131,141); }
H1.HeaderClassName
{
color: #FC838D;
}
.AnyTagClassName
{
color: #FC838D;
}
</style>
background-color css
<style>
a { background-color: #FC838D; }
a { background-color: rgb(252,131,141); }
div.DivClassName
{
background-color: #FC838D;
}
.BgClassName
{
background-color: #FC838D;
}
</style>
border-color css
<style>
span { border-color: #FC838D; }
span { border-color: rgb(252,131,141); }
td.TdClassName
{
border-color: #FC838D;
}
.TagClassName
{
border-color: #FC838D;
}
</style>