Shades of Wewak #FC99A0
Tints of Wewak #FC99A0
RGB
CMYK
RGB Variations
Color information
#FC99A0 (or 0xFC99A0) is known color: Wewak. HEX triplet: FC, 99 and A0. RGB value is (252,153,160). Sum of RGB (Red+Green+Blue) = 252+153+160=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 153 (60.16% from 255 or 27.08% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 252 - color contains mainly: red. Hex color #FC99A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC99A0 is #03665F. Grayscale: #B7B7B7. Windows color (decimal): -222816 or 10525180. OLE color: 10525180.
HSL color Cylindrical-coordinate representation of color #FC99A0: hue angle of 355.76º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC99A0 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 160 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.01 |
| HSL | 355.76º | 0.94% | 0.79% | - |
| HSV(B) | 355.76º | 0.39% | 0.99% | - |
| XYZ | 57.88 | 46.02 | 39.09 | - |
| YUV | 183.4 | 114.8 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 160 | 0 | 0.39 | 0.37 | 0.01 | 355.76 | 0.94 | 0.79 |
| Hex | FC | 99 | A0 | 0 | 27 | 25 | 1 | 164 | 5E | 4F |
| Octal | 374 | 231 | 240 | 0 | 47 | 45 | 1 | 544 | 136 | 117 |
| Binary | 11111100 | 10011001 | 10100000 | 0 | 100111 | 100101 | 1 | 101100100 | 1011110 | 1001111 |
Color Harmonies of #FC99A0
Complementary color
Monochromatic Colors of #FC99A0
Black with #FC99A0
Text Example
Text Example
White with #FC99A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC99A0; }
p { color: rgb(252,153,160); }
H1.HeaderClassName
{
color: #FC99A0;
}
.AnyTagClassName
{
color: #FC99A0;
}
</style>
background-color css
<style>
a { background-color: #FC99A0; }
a { background-color: rgb(252,153,160); }
div.DivClassName
{
background-color: #FC99A0;
}
.BgClassName
{
background-color: #FC99A0;
}
</style>
border-color css
<style>
span { border-color: #FC99A0; }
span { border-color: rgb(252,153,160); }
td.TdClassName
{
border-color: #FC99A0;
}
.TagClassName
{
border-color: #FC99A0;
}
</style>