Shades of Wewak #FC8C9A
Tints of Wewak #FC8C9A
RGB
CMYK
RGB Variations
Color information
#FC8C9A (or 0xFC8C9A) is known color: Wewak. HEX triplet: FC, 8C and 9A. RGB value is (252,140,154). Sum of RGB (Red+Green+Blue) = 252+140+154=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8C9A is #037365. Grayscale: #AFAFAF. Windows color (decimal): -226150 or 10128636. OLE color: 10128636.
HSL color Cylindrical-coordinate representation of color #FC8C9A: hue angle of 352.5º 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 #FC8C9A is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 140 | 154 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.01 |
| HSL | 352.5º | 0.95% | 0.77% | - |
| HSV(B) | 352.5º | 0.44% | 0.99% | - |
| XYZ | 55.36 | 41.78 | 35.72 | - |
| YUV | 175.08 | 116.11 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 140 | 154 | 0 | 0.44 | 0.39 | 0.01 | 352.5 | 0.95 | 0.77 |
| Hex | FC | 8C | 9A | 0 | 2C | 27 | 1 | 160 | 5F | 4D |
| Octal | 374 | 214 | 232 | 0 | 54 | 47 | 1 | 540 | 137 | 115 |
| Binary | 11111100 | 10001100 | 10011010 | 0 | 101100 | 100111 | 1 | 101100000 | 1011111 | 1001101 |
Color Harmonies of #FC8C9A
Complementary color
Monochromatic Colors of #FC8C9A
Black with #FC8C9A
Text Example
Text Example
White with #FC8C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8C9A; }
p { color: rgb(252,140,154); }
H1.HeaderClassName
{
color: #FC8C9A;
}
.AnyTagClassName
{
color: #FC8C9A;
}
</style>
background-color css
<style>
a { background-color: #FC8C9A; }
a { background-color: rgb(252,140,154); }
div.DivClassName
{
background-color: #FC8C9A;
}
.BgClassName
{
background-color: #FC8C9A;
}
</style>
border-color css
<style>
span { border-color: #FC8C9A; }
span { border-color: rgb(252,140,154); }
td.TdClassName
{
border-color: #FC8C9A;
}
.TagClassName
{
border-color: #FC8C9A;
}
</style>