Shades of Wewak #FC929A
Tints of Wewak #FC929A
RGB
CMYK
RGB Variations
Color information
#FC929A (or 0xFC929A) is known color: Wewak. HEX triplet: FC, 92 and 9A. RGB value is (252,146,154). Sum of RGB (Red+Green+Blue) = 252+146+154=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC929A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC929A is #036D65. Grayscale: #B2B2B2. Windows color (decimal): -224614 or 10130172. OLE color: 10130172.
HSL color Cylindrical-coordinate representation of color #FC929A: hue angle of 355.47º 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 #FC929A is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 146 | 154 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.01 |
| HSL | 355.47º | 0.95% | 0.78% | - |
| HSV(B) | 355.47º | 0.42% | 0.99% | - |
| XYZ | 56.26 | 43.59 | 36.02 | - |
| YUV | 178.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 146 | 154 | 0 | 0.42 | 0.39 | 0.01 | 355.47 | 0.95 | 0.78 |
| Hex | FC | 92 | 9A | 0 | 2A | 27 | 1 | 163 | 5F | 4E |
| Octal | 374 | 222 | 232 | 0 | 52 | 47 | 1 | 543 | 137 | 116 |
| Binary | 11111100 | 10010010 | 10011010 | 0 | 101010 | 100111 | 1 | 101100011 | 1011111 | 1001110 |
Color Harmonies of #FC929A
Complementary color
Monochromatic Colors of #FC929A
Black with #FC929A
Text Example
Text Example
White with #FC929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC929A; }
p { color: rgb(252,146,154); }
H1.HeaderClassName
{
color: #FC929A;
}
.AnyTagClassName
{
color: #FC929A;
}
</style>
background-color css
<style>
a { background-color: #FC929A; }
a { background-color: rgb(252,146,154); }
div.DivClassName
{
background-color: #FC929A;
}
.BgClassName
{
background-color: #FC929A;
}
</style>
border-color css
<style>
span { border-color: #FC929A; }
span { border-color: rgb(252,146,154); }
td.TdClassName
{
border-color: #FC929A;
}
.TagClassName
{
border-color: #FC929A;
}
</style>