Shades of Wewak #FC858E
Tints of Wewak #FC858E
RGB
CMYK
RGB Variations
Color information
#FC858E (or 0xFC858E) is known color: Wewak. HEX triplet: FC, 85 and 8E. RGB value is (252,133,142). Sum of RGB (Red+Green+Blue) = 252+133+142=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 142 (55.86% from 255 or 26.94% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FC858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC858E is #037A71. Grayscale: #A9A9A9. Windows color (decimal): -227954 or 9340412. OLE color: 9340412.
HSL color Cylindrical-coordinate representation of color #FC858E: hue angle of 355.46º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC858E is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 142 | - |
| CMYK | 0 | 0.47 | 0.44 | 0.01 |
| HSL | 355.46º | 0.95% | 0.75% | - |
| HSV(B) | 355.46º | 0.47% | 0.99% | - |
| XYZ | 53.41 | 39.42 | 30.39 | - |
| YUV | 169.61 | 112.42 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 142 | 0 | 0.47 | 0.44 | 0.01 | 355.46 | 0.95 | 0.75 |
| Hex | FC | 85 | 8E | 0 | 2F | 2C | 1 | 163 | 5F | 4B |
| Octal | 374 | 205 | 216 | 0 | 57 | 54 | 1 | 543 | 137 | 113 |
| Binary | 11111100 | 10000101 | 10001110 | 0 | 101111 | 101100 | 1 | 101100011 | 1011111 | 1001011 |
Color Harmonies of #FC858E
Complementary color
Monochromatic Colors of #FC858E
Black with #FC858E
Text Example
Text Example
White with #FC858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC858E; }
p { color: rgb(252,133,142); }
H1.HeaderClassName
{
color: #FC858E;
}
.AnyTagClassName
{
color: #FC858E;
}
</style>
background-color css
<style>
a { background-color: #FC858E; }
a { background-color: rgb(252,133,142); }
div.DivClassName
{
background-color: #FC858E;
}
.BgClassName
{
background-color: #FC858E;
}
</style>
border-color css
<style>
span { border-color: #FC858E; }
span { border-color: rgb(252,133,142); }
td.TdClassName
{
border-color: #FC858E;
}
.TagClassName
{
border-color: #FC858E;
}
</style>