Shades of Wewak #FC888A
Tints of Wewak #FC888A
RGB
CMYK
RGB Variations
Color information
#FC888A (or 0xFC888A) is known color: Wewak. HEX triplet: FC, 88 and 8A. RGB value is (252,136,138). Sum of RGB (Red+Green+Blue) = 252+136+138=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 136 (53.52% from 255 or 25.86% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC888A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC888A is #037775. Grayscale: #ABABAB. Windows color (decimal): -227190 or 9079036. OLE color: 9079036.
HSL color Cylindrical-coordinate representation of color #FC888A: hue angle of 358.97º 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 #FC888A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 138 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.01 |
| HSL | 358.97º | 0.95% | 0.76% | - |
| HSV(B) | 358.97º | 0.46% | 0.99% | - |
| XYZ | 53.54 | 40.14 | 28.97 | - |
| YUV | 170.91 | 109.43 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 138 | 0 | 0.46 | 0.45 | 0.01 | 358.97 | 0.95 | 0.76 |
| Hex | FC | 88 | 8A | 0 | 2E | 2D | 1 | 167 | 5F | 4C |
| Octal | 374 | 210 | 212 | 0 | 56 | 55 | 1 | 547 | 137 | 114 |
| Binary | 11111100 | 10001000 | 10001010 | 0 | 101110 | 101101 | 1 | 101100111 | 1011111 | 1001100 |
Color Harmonies of #FC888A
Complementary color
Monochromatic Colors of #FC888A
Black with #FC888A
Text Example
Text Example
White with #FC888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC888A; }
p { color: rgb(252,136,138); }
H1.HeaderClassName
{
color: #FC888A;
}
.AnyTagClassName
{
color: #FC888A;
}
</style>
background-color css
<style>
a { background-color: #FC888A; }
a { background-color: rgb(252,136,138); }
div.DivClassName
{
background-color: #FC888A;
}
.BgClassName
{
background-color: #FC888A;
}
</style>
border-color css
<style>
span { border-color: #FC888A; }
span { border-color: rgb(252,136,138); }
td.TdClassName
{
border-color: #FC888A;
}
.TagClassName
{
border-color: #FC888A;
}
</style>