Shades of Wewak #FC8895
Tints of Wewak #FC8895
RGB
CMYK
RGB Variations
Color information
#FC8895 (or 0xFC8895) is known color: Wewak. HEX triplet: FC, 88 and 95. RGB value is (252,136,149). Sum of RGB (Red+Green+Blue) = 252+136+149=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8895 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8895 is #03776A. Grayscale: #ACACAC. Windows color (decimal): -227179 or 9799932. OLE color: 9799932.
HSL color Cylindrical-coordinate representation of color #FC8895: hue angle of 353.28º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FC8895 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 136 | 149 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.01 |
| HSL | 353.28º | 0.95% | 0.76% | - |
| HSV(B) | 353.28º | 0.46% | 0.99% | - |
| XYZ | 54.37 | 40.47 | 33.38 | - |
| YUV | 172.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 136 | 149 | 0 | 0.46 | 0.41 | 0.01 | 353.28 | 0.95 | 0.76 |
| Hex | FC | 88 | 95 | 0 | 2E | 29 | 1 | 161 | 5F | 4C |
| Octal | 374 | 210 | 225 | 0 | 56 | 51 | 1 | 541 | 137 | 114 |
| Binary | 11111100 | 10001000 | 10010101 | 0 | 101110 | 101001 | 1 | 101100001 | 1011111 | 1001100 |
Color Harmonies of #FC8895
Complementary color
Monochromatic Colors of #FC8895
Black with #FC8895
Text Example
Text Example
White with #FC8895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8895; }
p { color: rgb(252,136,149); }
H1.HeaderClassName
{
color: #FC8895;
}
.AnyTagClassName
{
color: #FC8895;
}
</style>
background-color css
<style>
a { background-color: #FC8895; }
a { background-color: rgb(252,136,149); }
div.DivClassName
{
background-color: #FC8895;
}
.BgClassName
{
background-color: #FC8895;
}
</style>
border-color css
<style>
span { border-color: #FC8895; }
span { border-color: rgb(252,136,149); }
td.TdClassName
{
border-color: #FC8895;
}
.TagClassName
{
border-color: #FC8895;
}
</style>