Shades of Wewak #FC909A
Tints of Wewak #FC909A
RGB
CMYK
RGB Variations
Color information
#FC909A (or 0xFC909A) is known color: Wewak. HEX triplet: FC, 90 and 9A. RGB value is (252,144,154). Sum of RGB (Red+Green+Blue) = 252+144+154=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 154 (60.55% from 255 or 28% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FC909A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC909A is #036F65. Grayscale: #B1B1B1. Windows color (decimal): -225126 or 10129660. OLE color: 10129660.
HSL color Cylindrical-coordinate representation of color #FC909A: hue angle of 354.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FC909A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 154 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.01 |
| HSL | 354.44º | 0.95% | 0.78% | - |
| HSV(B) | 354.44º | 0.43% | 0.99% | - |
| XYZ | 55.95 | 42.98 | 35.92 | - |
| YUV | 177.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 154 | 0 | 0.43 | 0.39 | 0.01 | 354.44 | 0.95 | 0.78 |
| Hex | FC | 90 | 9A | 0 | 2B | 27 | 1 | 162 | 5F | 4E |
| Octal | 374 | 220 | 232 | 0 | 53 | 47 | 1 | 542 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10011010 | 0 | 101011 | 100111 | 1 | 101100010 | 1011111 | 1001110 |
Color Harmonies of #FC909A
Complementary color
Monochromatic Colors of #FC909A
Black with #FC909A
Text Example
Text Example
White with #FC909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC909A; }
p { color: rgb(252,144,154); }
H1.HeaderClassName
{
color: #FC909A;
}
.AnyTagClassName
{
color: #FC909A;
}
</style>
background-color css
<style>
a { background-color: #FC909A; }
a { background-color: rgb(252,144,154); }
div.DivClassName
{
background-color: #FC909A;
}
.BgClassName
{
background-color: #FC909A;
}
</style>
border-color css
<style>
span { border-color: #FC909A; }
span { border-color: rgb(252,144,154); }
td.TdClassName
{
border-color: #FC909A;
}
.TagClassName
{
border-color: #FC909A;
}
</style>