Shades of Wewak #FC909B
Tints of Wewak #FC909B
RGB
CMYK
RGB Variations
Color information
#FC909B (or 0xFC909B) is known color: Wewak. HEX triplet: FC, 90 and 9B. RGB value is (252,144,155). Sum of RGB (Red+Green+Blue) = 252+144+155=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC909B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC909B is #036F64. Grayscale: #B1B1B1. Windows color (decimal): -225125 or 10195196. OLE color: 10195196.
HSL color Cylindrical-coordinate representation of color #FC909B: hue angle of 353.89º 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 #FC909B is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 155 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.01 |
| HSL | 353.89º | 0.95% | 0.78% | - |
| HSV(B) | 353.89º | 0.43% | 0.99% | - |
| XYZ | 56.03 | 43.01 | 36.36 | - |
| YUV | 177.55 | 115.28 | 181.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 155 | 0 | 0.43 | 0.38 | 0.01 | 353.89 | 0.95 | 0.78 |
| Hex | FC | 90 | 9B | 0 | 2B | 26 | 1 | 162 | 5F | 4E |
| Octal | 374 | 220 | 233 | 0 | 53 | 46 | 1 | 542 | 137 | 116 |
| Binary | 11111100 | 10010000 | 10011011 | 0 | 101011 | 100110 | 1 | 101100010 | 1011111 | 1001110 |
Color Harmonies of #FC909B
Complementary color
Monochromatic Colors of #FC909B
Black with #FC909B
Text Example
Text Example
White with #FC909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC909B; }
p { color: rgb(252,144,155); }
H1.HeaderClassName
{
color: #FC909B;
}
.AnyTagClassName
{
color: #FC909B;
}
</style>
background-color css
<style>
a { background-color: #FC909B; }
a { background-color: rgb(252,144,155); }
div.DivClassName
{
background-color: #FC909B;
}
.BgClassName
{
background-color: #FC909B;
}
</style>
border-color css
<style>
span { border-color: #FC909B; }
span { border-color: rgb(252,144,155); }
td.TdClassName
{
border-color: #FC909B;
}
.TagClassName
{
border-color: #FC909B;
}
</style>