Shades of Wewak #FC888C
Tints of Wewak #FC888C
RGB
CMYK
RGB Variations
Color information
#FC888C (or 0xFC888C) is known color: Wewak. HEX triplet: FC, 88 and 8C. RGB value is (252,136,140). Sum of RGB (Red+Green+Blue) = 252+136+140=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 136 (53.52% from 255 or 25.76% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC888C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC888C is #037773. Grayscale: #ABABAB. Windows color (decimal): -227188 or 9210108. OLE color: 9210108.
HSL color Cylindrical-coordinate representation of color #FC888C: hue angle of 357.93º 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 #FC888C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 140 | - |
| CMYK | 0 | 0.46 | 0.44 | 0.01 |
| HSL | 357.93º | 0.95% | 0.76% | - |
| HSV(B) | 357.93º | 0.46% | 0.99% | - |
| XYZ | 53.68 | 40.2 | 29.74 | - |
| YUV | 171.14 | 110.43 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 140 | 0 | 0.46 | 0.44 | 0.01 | 357.93 | 0.95 | 0.76 |
| Hex | FC | 88 | 8C | 0 | 2E | 2C | 1 | 166 | 5F | 4C |
| Octal | 374 | 210 | 214 | 0 | 56 | 54 | 1 | 546 | 137 | 114 |
| Binary | 11111100 | 10001000 | 10001100 | 0 | 101110 | 101100 | 1 | 101100110 | 1011111 | 1001100 |
Color Harmonies of #FC888C
Complementary color
Monochromatic Colors of #FC888C
Black with #FC888C
Text Example
Text Example
White with #FC888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC888C; }
p { color: rgb(252,136,140); }
H1.HeaderClassName
{
color: #FC888C;
}
.AnyTagClassName
{
color: #FC888C;
}
</style>
background-color css
<style>
a { background-color: #FC888C; }
a { background-color: rgb(252,136,140); }
div.DivClassName
{
background-color: #FC888C;
}
.BgClassName
{
background-color: #FC888C;
}
</style>
border-color css
<style>
span { border-color: #FC888C; }
span { border-color: rgb(252,136,140); }
td.TdClassName
{
border-color: #FC888C;
}
.TagClassName
{
border-color: #FC888C;
}
</style>