Shades of Wewak #FC919C
Tints of Wewak #FC919C
RGB
CMYK
RGB Variations
Color information
#FC919C (or 0xFC919C) is known color: Wewak. HEX triplet: FC, 91 and 9C. RGB value is (252,145,156). Sum of RGB (Red+Green+Blue) = 252+145+156=553 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.57% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 252 - color contains mainly: red. Hex color #FC919C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC919C is #036E63. Grayscale: #B2B2B2. Windows color (decimal): -224868 or 10260988. OLE color: 10260988.
HSL color Cylindrical-coordinate representation of color #FC919C: hue angle of 353.83º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FC919C is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 156 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.01 |
| HSL | 353.83º | 0.95% | 0.78% | - |
| HSV(B) | 353.83º | 0.42% | 0.99% | - |
| XYZ | 56.27 | 43.35 | 36.85 | - |
| YUV | 178.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 156 | 0 | 0.42 | 0.38 | 0.01 | 353.83 | 0.95 | 0.78 |
| Hex | FC | 91 | 9C | 0 | 2A | 26 | 1 | 162 | 5F | 4E |
| Octal | 374 | 221 | 234 | 0 | 52 | 46 | 1 | 542 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10011100 | 0 | 101010 | 100110 | 1 | 101100010 | 1011111 | 1001110 |
Color Harmonies of #FC919C
Complementary color
Monochromatic Colors of #FC919C
Black with #FC919C
Text Example
Text Example
White with #FC919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC919C; }
p { color: rgb(252,145,156); }
H1.HeaderClassName
{
color: #FC919C;
}
.AnyTagClassName
{
color: #FC919C;
}
</style>
background-color css
<style>
a { background-color: #FC919C; }
a { background-color: rgb(252,145,156); }
div.DivClassName
{
background-color: #FC919C;
}
.BgClassName
{
background-color: #FC919C;
}
</style>
border-color css
<style>
span { border-color: #FC919C; }
span { border-color: rgb(252,145,156); }
td.TdClassName
{
border-color: #FC919C;
}
.TagClassName
{
border-color: #FC919C;
}
</style>