Shades of Wewak #FC8DA1
Tints of Wewak #FC8DA1
RGB
CMYK
RGB Variations
Color information
#FC8DA1 (or 0xFC8DA1) is known color: Wewak. HEX triplet: FC, 8D and A1. RGB value is (252,141,161). Sum of RGB (Red+Green+Blue) = 252+141+161=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8DA1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8DA1 is #03725E. Grayscale: #B0B0B0. Windows color (decimal): -225887 or 10587644. OLE color: 10587644.
HSL color Cylindrical-coordinate representation of color #FC8DA1: hue angle of 349.19º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FC8DA1 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 141 | 161 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.01 |
| HSL | 349.19º | 0.95% | 0.77% | - |
| HSV(B) | 349.19º | 0.44% | 0.99% | - |
| XYZ | 56.1 | 42.32 | 38.93 | - |
| YUV | 176.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 141 | 161 | 0 | 0.44 | 0.36 | 0.01 | 349.19 | 0.95 | 0.77 |
| Hex | FC | 8D | A1 | 0 | 2C | 24 | 1 | 15D | 5F | 4D |
| Octal | 374 | 215 | 241 | 0 | 54 | 44 | 1 | 535 | 137 | 115 |
| Binary | 11111100 | 10001101 | 10100001 | 0 | 101100 | 100100 | 1 | 101011101 | 1011111 | 1001101 |
Color Harmonies of #FC8DA1
Complementary color
Monochromatic Colors of #FC8DA1
Black with #FC8DA1
Text Example
Text Example
White with #FC8DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8DA1; }
p { color: rgb(252,141,161); }
H1.HeaderClassName
{
color: #FC8DA1;
}
.AnyTagClassName
{
color: #FC8DA1;
}
</style>
background-color css
<style>
a { background-color: #FC8DA1; }
a { background-color: rgb(252,141,161); }
div.DivClassName
{
background-color: #FC8DA1;
}
.BgClassName
{
background-color: #FC8DA1;
}
</style>
border-color css
<style>
span { border-color: #FC8DA1; }
span { border-color: rgb(252,141,161); }
td.TdClassName
{
border-color: #FC8DA1;
}
.TagClassName
{
border-color: #FC8DA1;
}
</style>