Shades of Wewak #FC838B
Tints of Wewak #FC838B
RGB
CMYK
RGB Variations
Color information
#FC838B (or 0xFC838B) is known color: Wewak. HEX triplet: FC, 83 and 8B. RGB value is (252,131,139). Sum of RGB (Red+Green+Blue) = 252+131+139=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FC838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC838B is #037C74. Grayscale: #A8A8A8. Windows color (decimal): -228469 or 9143292. OLE color: 9143292.
HSL color Cylindrical-coordinate representation of color #FC838B: hue angle of 356.03º 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 #FC838B is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 131 | 139 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.01 |
| HSL | 356.03º | 0.95% | 0.75% | - |
| HSV(B) | 356.03º | 0.48% | 0.99% | - |
| XYZ | 52.92 | 38.79 | 29.12 | - |
| YUV | 168.09 | 111.59 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 131 | 139 | 0 | 0.48 | 0.45 | 0.01 | 356.03 | 0.95 | 0.75 |
| Hex | FC | 83 | 8B | 0 | 30 | 2D | 1 | 164 | 5F | 4B |
| Octal | 374 | 203 | 213 | 0 | 60 | 55 | 1 | 544 | 137 | 113 |
| Binary | 11111100 | 10000011 | 10001011 | 0 | 110000 | 101101 | 1 | 101100100 | 1011111 | 1001011 |
Color Harmonies of #FC838B
Complementary color
Monochromatic Colors of #FC838B
Black with #FC838B
Text Example
Text Example
White with #FC838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC838B; }
p { color: rgb(252,131,139); }
H1.HeaderClassName
{
color: #FC838B;
}
.AnyTagClassName
{
color: #FC838B;
}
</style>
background-color css
<style>
a { background-color: #FC838B; }
a { background-color: rgb(252,131,139); }
div.DivClassName
{
background-color: #FC838B;
}
.BgClassName
{
background-color: #FC838B;
}
</style>
border-color css
<style>
span { border-color: #FC838B; }
span { border-color: rgb(252,131,139); }
td.TdClassName
{
border-color: #FC838B;
}
.TagClassName
{
border-color: #FC838B;
}
</style>