Shades of Wewak #FC9A9D
Tints of Wewak #FC9A9D
RGB
CMYK
RGB Variations
Color information
#FC9A9D (or 0xFC9A9D) is known color: Wewak. HEX triplet: FC, 9A and 9D. RGB value is (252,154,157). Sum of RGB (Red+Green+Blue) = 252+154+157=563 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.76% from 563); Green value is 154 (60.55% from 255 or 27.35% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC9A9D is #036562. Grayscale: #B7B7B7. Windows color (decimal): -222563 or 10328828. OLE color: 10328828.
HSL color Cylindrical-coordinate representation of color #FC9A9D: hue angle of 358.16º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FC9A9D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 154 | 157 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.01 |
| HSL | 358.16º | 0.94% | 0.8% | - |
| HSV(B) | 358.16º | 0.39% | 0.99% | - |
| XYZ | 57.79 | 46.24 | 37.78 | - |
| YUV | 183.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 154 | 157 | 0 | 0.39 | 0.38 | 0.01 | 358.16 | 0.94 | 0.8 |
| Hex | FC | 9A | 9D | 0 | 27 | 26 | 1 | 166 | 5E | 50 |
| Octal | 374 | 232 | 235 | 0 | 47 | 46 | 1 | 546 | 136 | 120 |
| Binary | 11111100 | 10011010 | 10011101 | 0 | 100111 | 100110 | 1 | 101100110 | 1011110 | 1010000 |
Color Harmonies of #FC9A9D
Complementary color
Monochromatic Colors of #FC9A9D
Black with #FC9A9D
Text Example
Text Example
White with #FC9A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9A9D; }
p { color: rgb(252,154,157); }
H1.HeaderClassName
{
color: #FC9A9D;
}
.AnyTagClassName
{
color: #FC9A9D;
}
</style>
background-color css
<style>
a { background-color: #FC9A9D; }
a { background-color: rgb(252,154,157); }
div.DivClassName
{
background-color: #FC9A9D;
}
.BgClassName
{
background-color: #FC9A9D;
}
</style>
border-color css
<style>
span { border-color: #FC9A9D; }
span { border-color: rgb(252,154,157); }
td.TdClassName
{
border-color: #FC9A9D;
}
.TagClassName
{
border-color: #FC9A9D;
}
</style>