Shades of Wewak #FF858C
Tints of Wewak #FF858C
RGB
CMYK
RGB Variations
Color information
#FF858C (or 0xFF858C) is known color: Wewak. HEX triplet: FF, 85 and 8C. RGB value is (255,133,140). Sum of RGB (Red+Green+Blue) = 255+133+140=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF858C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF858C is #007A73. Grayscale: #AAAAAA. Windows color (decimal): -31348 or 9209343. OLE color: 9209343.
HSL color Cylindrical-coordinate representation of color #FF858C: hue angle of 356.56º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FF858C is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 133 | 140 | - |
| CMYK | 0 | 0.48 | 0.45 | 0 |
| HSL | 356.56º | 1% | 0.76% | - |
| HSV(B) | 356.56º | 0.48% | 1% | - |
| XYZ | 54.36 | 39.93 | 29.65 | - |
| YUV | 170.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 133 | 140 | 0 | 0.48 | 0.45 | 0 | 356.56 | 1 | 0.76 |
| Hex | FF | 85 | 8C | 0 | 30 | 2D | 0 | 165 | 64 | 4C |
| Octal | 377 | 205 | 214 | 0 | 60 | 55 | 0 | 545 | 144 | 114 |
| Binary | 11111111 | 10000101 | 10001100 | 0 | 110000 | 101101 | 0 | 101100101 | 1100100 | 1001100 |
Color Harmonies of #FF858C
Complementary color
Monochromatic Colors of #FF858C
Black with #FF858C
Text Example
Text Example
White with #FF858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF858C; }
p { color: rgb(255,133,140); }
H1.HeaderClassName
{
color: #FF858C;
}
.AnyTagClassName
{
color: #FF858C;
}
</style>
background-color css
<style>
a { background-color: #FF858C; }
a { background-color: rgb(255,133,140); }
div.DivClassName
{
background-color: #FF858C;
}
.BgClassName
{
background-color: #FF858C;
}
</style>
border-color css
<style>
span { border-color: #FF858C; }
span { border-color: rgb(255,133,140); }
td.TdClassName
{
border-color: #FF858C;
}
.TagClassName
{
border-color: #FF858C;
}
</style>