Shades of Wewak #FC919A
Tints of Wewak #FC919A
RGB
CMYK
RGB Variations
Color information
#FC919A (or 0xFC919A) is known color: Wewak. HEX triplet: FC, 91 and 9A. RGB value is (252,145,154). Sum of RGB (Red+Green+Blue) = 252+145+154=551 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.74% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 252 - color contains mainly: red. Hex color #FC919A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC919A is #036E65. Grayscale: #B2B2B2. Windows color (decimal): -224870 or 10129916. OLE color: 10129916.
HSL color Cylindrical-coordinate representation of color #FC919A: hue angle of 354.95º 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 #FC919A is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 154 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.01 |
| HSL | 354.95º | 0.95% | 0.78% | - |
| HSV(B) | 354.95º | 0.42% | 0.99% | - |
| XYZ | 56.1 | 43.28 | 35.97 | - |
| YUV | 178.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 154 | 0 | 0.42 | 0.39 | 0.01 | 354.95 | 0.95 | 0.78 |
| Hex | FC | 91 | 9A | 0 | 2A | 27 | 1 | 163 | 5F | 4E |
| Octal | 374 | 221 | 232 | 0 | 52 | 47 | 1 | 543 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10011010 | 0 | 101010 | 100111 | 1 | 101100011 | 1011111 | 1001110 |
Color Harmonies of #FC919A
Complementary color
Monochromatic Colors of #FC919A
Black with #FC919A
Text Example
Text Example
White with #FC919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC919A; }
p { color: rgb(252,145,154); }
H1.HeaderClassName
{
color: #FC919A;
}
.AnyTagClassName
{
color: #FC919A;
}
</style>
background-color css
<style>
a { background-color: #FC919A; }
a { background-color: rgb(252,145,154); }
div.DivClassName
{
background-color: #FC919A;
}
.BgClassName
{
background-color: #FC919A;
}
</style>
border-color css
<style>
span { border-color: #FC919A; }
span { border-color: rgb(252,145,154); }
td.TdClassName
{
border-color: #FC919A;
}
.TagClassName
{
border-color: #FC919A;
}
</style>