Shades of Wewak #FC838F
Tints of Wewak #FC838F
RGB
CMYK
RGB Variations
Color information
#FC838F (or 0xFC838F) is known color: Wewak. HEX triplet: FC, 83 and 8F. RGB value is (252,131,143). Sum of RGB (Red+Green+Blue) = 252+131+143=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC838F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC838F is #037C70. Grayscale: #A8A8A8. Windows color (decimal): -228465 or 9405436. OLE color: 9405436.
HSL color Cylindrical-coordinate representation of color #FC838F: hue angle of 354.05º 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 #FC838F is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 143 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.01 |
| HSL | 354.05º | 0.95% | 0.75% | - |
| HSV(B) | 354.05º | 0.48% | 0.99% | - |
| XYZ | 53.22 | 38.91 | 30.69 | - |
| YUV | 168.55 | 113.59 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 143 | 0 | 0.48 | 0.43 | 0.01 | 354.05 | 0.95 | 0.75 |
| Hex | FC | 83 | 8F | 0 | 30 | 2B | 1 | 162 | 5F | 4B |
| Octal | 374 | 203 | 217 | 0 | 60 | 53 | 1 | 542 | 137 | 113 |
| Binary | 11111100 | 10000011 | 10001111 | 0 | 110000 | 101011 | 1 | 101100010 | 1011111 | 1001011 |
Color Harmonies of #FC838F
Complementary color
Monochromatic Colors of #FC838F
Black with #FC838F
Text Example
Text Example
White with #FC838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC838F; }
p { color: rgb(252,131,143); }
H1.HeaderClassName
{
color: #FC838F;
}
.AnyTagClassName
{
color: #FC838F;
}
</style>
background-color css
<style>
a { background-color: #FC838F; }
a { background-color: rgb(252,131,143); }
div.DivClassName
{
background-color: #FC838F;
}
.BgClassName
{
background-color: #FC838F;
}
</style>
border-color css
<style>
span { border-color: #FC838F; }
span { border-color: rgb(252,131,143); }
td.TdClassName
{
border-color: #FC838F;
}
.TagClassName
{
border-color: #FC838F;
}
</style>