Shades of Wewak #FC858F
Tints of Wewak #FC858F
RGB
CMYK
RGB Variations
Color information
#FC858F (or 0xFC858F) is known color: Wewak. HEX triplet: FC, 85 and 8F. RGB value is (252,133,143). Sum of RGB (Red+Green+Blue) = 252+133+143=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FC858F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FC858F is #037A70. Grayscale: #A9A9A9. Windows color (decimal): -227953 or 9405948. OLE color: 9405948.
HSL color Cylindrical-coordinate representation of color #FC858F: hue angle of 354.96º 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 #FC858F is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 133 | 143 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.01 |
| HSL | 354.96º | 0.95% | 0.75% | - |
| HSV(B) | 354.96º | 0.47% | 0.99% | - |
| XYZ | 53.49 | 39.45 | 30.78 | - |
| YUV | 169.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 133 | 143 | 0 | 0.47 | 0.43 | 0.01 | 354.96 | 0.95 | 0.75 |
| Hex | FC | 85 | 8F | 0 | 2F | 2B | 1 | 163 | 5F | 4B |
| Octal | 374 | 205 | 217 | 0 | 57 | 53 | 1 | 543 | 137 | 113 |
| Binary | 11111100 | 10000101 | 10001111 | 0 | 101111 | 101011 | 1 | 101100011 | 1011111 | 1001011 |
Color Harmonies of #FC858F
Complementary color
Monochromatic Colors of #FC858F
Black with #FC858F
Text Example
Text Example
White with #FC858F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC858F; }
p { color: rgb(252,133,143); }
H1.HeaderClassName
{
color: #FC858F;
}
.AnyTagClassName
{
color: #FC858F;
}
</style>
background-color css
<style>
a { background-color: #FC858F; }
a { background-color: rgb(252,133,143); }
div.DivClassName
{
background-color: #FC858F;
}
.BgClassName
{
background-color: #FC858F;
}
</style>
border-color css
<style>
span { border-color: #FC858F; }
span { border-color: rgb(252,133,143); }
td.TdClassName
{
border-color: #FC858F;
}
.TagClassName
{
border-color: #FC858F;
}
</style>