Shades of Wewak #FC8B95
Tints of Wewak #FC8B95
RGB
CMYK
RGB Variations
Color information
#FC8B95 (or 0xFC8B95) is known color: Wewak. HEX triplet: FC, 8B and 95. RGB value is (252,139,149). Sum of RGB (Red+Green+Blue) = 252+139+149=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC8B95 is #03746A. Grayscale: #AEAEAE. Windows color (decimal): -226411 or 9800700. OLE color: 9800700.
HSL color Cylindrical-coordinate representation of color #FC8B95: hue angle of 354.69º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FC8B95 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 149 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.01 |
| HSL | 354.69º | 0.95% | 0.77% | - |
| HSV(B) | 354.69º | 0.45% | 0.99% | - |
| XYZ | 54.8 | 41.33 | 33.52 | - |
| YUV | 173.93 | 113.94 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 149 | 0 | 0.45 | 0.41 | 0.01 | 354.69 | 0.95 | 0.77 |
| Hex | FC | 8B | 95 | 0 | 2D | 29 | 1 | 163 | 5F | 4D |
| Octal | 374 | 213 | 225 | 0 | 55 | 51 | 1 | 543 | 137 | 115 |
| Binary | 11111100 | 10001011 | 10010101 | 0 | 101101 | 101001 | 1 | 101100011 | 1011111 | 1001101 |
Color Harmonies of #FC8B95
Complementary color
Monochromatic Colors of #FC8B95
Black with #FC8B95
Text Example
Text Example
White with #FC8B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B95; }
p { color: rgb(252,139,149); }
H1.HeaderClassName
{
color: #FC8B95;
}
.AnyTagClassName
{
color: #FC8B95;
}
</style>
background-color css
<style>
a { background-color: #FC8B95; }
a { background-color: rgb(252,139,149); }
div.DivClassName
{
background-color: #FC8B95;
}
.BgClassName
{
background-color: #FC8B95;
}
</style>
border-color css
<style>
span { border-color: #FC8B95; }
span { border-color: rgb(252,139,149); }
td.TdClassName
{
border-color: #FC8B95;
}
.TagClassName
{
border-color: #FC8B95;
}
</style>