Shades of Wewak #FC878C
Tints of Wewak #FC878C
RGB
CMYK
RGB Variations
Color information
#FC878C (or 0xFC878C) is known color: Wewak. HEX triplet: FC, 87 and 8C. RGB value is (252,135,140). Sum of RGB (Red+Green+Blue) = 252+135+140=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 135 (53.12% from 255 or 25.62% from 527); Blue value is 140 (55.08% from 255 or 26.57% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC878C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC878C is #037873. Grayscale: #AAAAAA. Windows color (decimal): -227444 or 9209852. OLE color: 9209852.
HSL color Cylindrical-coordinate representation of color #FC878C: hue angle of 357.44º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC878C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 135 | 140 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.01 |
| HSL | 357.44º | 0.95% | 0.76% | - |
| HSV(B) | 357.44º | 0.46% | 0.99% | - |
| XYZ | 53.54 | 39.92 | 29.69 | - |
| YUV | 170.55 | 110.76 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 135 | 140 | 0 | 0.46 | 0.44 | 0.01 | 357.44 | 0.95 | 0.76 |
| Hex | FC | 87 | 8C | 0 | 2E | 2C | 1 | 165 | 5F | 4C |
| Octal | 374 | 207 | 214 | 0 | 56 | 54 | 1 | 545 | 137 | 114 |
| Binary | 11111100 | 10000111 | 10001100 | 0 | 101110 | 101100 | 1 | 101100101 | 1011111 | 1001100 |
Color Harmonies of #FC878C
Complementary color
Monochromatic Colors of #FC878C
Black with #FC878C
Text Example
Text Example
White with #FC878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC878C; }
p { color: rgb(252,135,140); }
H1.HeaderClassName
{
color: #FC878C;
}
.AnyTagClassName
{
color: #FC878C;
}
</style>
background-color css
<style>
a { background-color: #FC878C; }
a { background-color: rgb(252,135,140); }
div.DivClassName
{
background-color: #FC878C;
}
.BgClassName
{
background-color: #FC878C;
}
</style>
border-color css
<style>
span { border-color: #FC878C; }
span { border-color: rgb(252,135,140); }
td.TdClassName
{
border-color: #FC878C;
}
.TagClassName
{
border-color: #FC878C;
}
</style>