Shades of Wewak #FC888F
Tints of Wewak #FC888F
RGB
CMYK
RGB Variations
Color information
#FC888F (or 0xFC888F) is known color: Wewak. HEX triplet: FC, 88 and 8F. RGB value is (252,136,143). Sum of RGB (Red+Green+Blue) = 252+136+143=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 136 (53.52% from 255 or 25.61% from 531); Blue value is 143 (56.25% from 255 or 26.93% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FC888F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC888F is #037770. Grayscale: #ABABAB. Windows color (decimal): -227185 or 9406716. OLE color: 9406716.
HSL color Cylindrical-coordinate representation of color #FC888F: hue angle of 356.38º 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 #FC888F is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 143 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.01 |
| HSL | 356.38º | 0.95% | 0.76% | - |
| HSV(B) | 356.38º | 0.46% | 0.99% | - |
| XYZ | 53.91 | 40.29 | 30.92 | - |
| YUV | 171.48 | 111.93 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 143 | 0 | 0.46 | 0.43 | 0.01 | 356.38 | 0.95 | 0.76 |
| Hex | FC | 88 | 8F | 0 | 2E | 2B | 1 | 164 | 5F | 4C |
| Octal | 374 | 210 | 217 | 0 | 56 | 53 | 1 | 544 | 137 | 114 |
| Binary | 11111100 | 10001000 | 10001111 | 0 | 101110 | 101011 | 1 | 101100100 | 1011111 | 1001100 |
Color Harmonies of #FC888F
Complementary color
Monochromatic Colors of #FC888F
Black with #FC888F
Text Example
Text Example
White with #FC888F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC888F; }
p { color: rgb(252,136,143); }
H1.HeaderClassName
{
color: #FC888F;
}
.AnyTagClassName
{
color: #FC888F;
}
</style>
background-color css
<style>
a { background-color: #FC888F; }
a { background-color: rgb(252,136,143); }
div.DivClassName
{
background-color: #FC888F;
}
.BgClassName
{
background-color: #FC888F;
}
</style>
border-color css
<style>
span { border-color: #FC888F; }
span { border-color: rgb(252,136,143); }
td.TdClassName
{
border-color: #FC888F;
}
.TagClassName
{
border-color: #FC888F;
}
</style>