Shades of Wewak #FC919B
Tints of Wewak #FC919B
RGB
CMYK
RGB Variations
Color information
#FC919B (or 0xFC919B) is known color: Wewak. HEX triplet: FC, 91 and 9B. RGB value is (252,145,155). Sum of RGB (Red+Green+Blue) = 252+145+155=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FC919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC919B is #036E64. Grayscale: #B2B2B2. Windows color (decimal): -224869 or 10195452. OLE color: 10195452.
HSL color Cylindrical-coordinate representation of color #FC919B: hue angle of 354.39º 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 #FC919B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 155 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.01 |
| HSL | 354.39º | 0.95% | 0.78% | - |
| HSV(B) | 354.39º | 0.42% | 0.99% | - |
| XYZ | 56.19 | 43.31 | 36.41 | - |
| YUV | 178.13 | 114.95 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 155 | 0 | 0.42 | 0.38 | 0.01 | 354.39 | 0.95 | 0.78 |
| Hex | FC | 91 | 9B | 0 | 2A | 26 | 1 | 162 | 5F | 4E |
| Octal | 374 | 221 | 233 | 0 | 52 | 46 | 1 | 542 | 137 | 116 |
| Binary | 11111100 | 10010001 | 10011011 | 0 | 101010 | 100110 | 1 | 101100010 | 1011111 | 1001110 |
Color Harmonies of #FC919B
Complementary color
Monochromatic Colors of #FC919B
Black with #FC919B
Text Example
Text Example
White with #FC919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC919B; }
p { color: rgb(252,145,155); }
H1.HeaderClassName
{
color: #FC919B;
}
.AnyTagClassName
{
color: #FC919B;
}
</style>
background-color css
<style>
a { background-color: #FC919B; }
a { background-color: rgb(252,145,155); }
div.DivClassName
{
background-color: #FC919B;
}
.BgClassName
{
background-color: #FC919B;
}
</style>
border-color css
<style>
span { border-color: #FC919B; }
span { border-color: rgb(252,145,155); }
td.TdClassName
{
border-color: #FC919B;
}
.TagClassName
{
border-color: #FC919B;
}
</style>