Shades of Wewak #FC999D
Tints of Wewak #FC999D
RGB
CMYK
RGB Variations
Color information
#FC999D (or 0xFC999D) is known color: Wewak. HEX triplet: FC, 99 and 9D. RGB value is (252,153,157). Sum of RGB (Red+Green+Blue) = 252+153+157=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 153 (60.16% from 255 or 27.22% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FC999D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC999D is #036662. Grayscale: #B7B7B7. Windows color (decimal): -222819 or 10328572. OLE color: 10328572.
HSL color Cylindrical-coordinate representation of color #FC999D: hue angle of 357.58º 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 #FC999D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 153 | 157 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.01 |
| HSL | 357.58º | 0.94% | 0.79% | - |
| HSV(B) | 357.58º | 0.39% | 0.99% | - |
| XYZ | 57.62 | 45.91 | 37.72 | - |
| YUV | 183.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 153 | 157 | 0 | 0.39 | 0.38 | 0.01 | 357.58 | 0.94 | 0.79 |
| Hex | FC | 99 | 9D | 0 | 27 | 26 | 1 | 166 | 5E | 4F |
| Octal | 374 | 231 | 235 | 0 | 47 | 46 | 1 | 546 | 136 | 117 |
| Binary | 11111100 | 10011001 | 10011101 | 0 | 100111 | 100110 | 1 | 101100110 | 1011110 | 1001111 |
Color Harmonies of #FC999D
Complementary color
Monochromatic Colors of #FC999D
Black with #FC999D
Text Example
Text Example
White with #FC999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC999D; }
p { color: rgb(252,153,157); }
H1.HeaderClassName
{
color: #FC999D;
}
.AnyTagClassName
{
color: #FC999D;
}
</style>
background-color css
<style>
a { background-color: #FC999D; }
a { background-color: rgb(252,153,157); }
div.DivClassName
{
background-color: #FC999D;
}
.BgClassName
{
background-color: #FC999D;
}
</style>
border-color css
<style>
span { border-color: #FC999D; }
span { border-color: rgb(252,153,157); }
td.TdClassName
{
border-color: #FC999D;
}
.TagClassName
{
border-color: #FC999D;
}
</style>