Shades of Wewak #FF7E8C
Tints of Wewak #FF7E8C
RGB
CMYK
RGB Variations
Color information
#FF7E8C (or 0xFF7E8C) is known color: Wewak. HEX triplet: FF, 7E and 8C. RGB value is (255,126,140). Sum of RGB (Red+Green+Blue) = 255+126+140=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7E8C is #008173. Grayscale: #A6A6A6. Windows color (decimal): -33140 or 9207551. OLE color: 9207551.
HSL color Cylindrical-coordinate representation of color #FF7E8C: hue angle of 353.49º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7E8C is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 126 | 140 | - |
| CMYK | 0 | 0.51 | 0.45 | 0 |
| HSL | 353.49º | 1% | 0.75% | - |
| HSV(B) | 353.49º | 0.51% | 1% | - |
| XYZ | 53.43 | 38.08 | 29.34 | - |
| YUV | 166.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 126 | 140 | 0 | 0.51 | 0.45 | 0 | 353.49 | 1 | 0.75 |
| Hex | FF | 7E | 8C | 0 | 33 | 2D | 0 | 161 | 64 | 4B |
| Octal | 377 | 176 | 214 | 0 | 63 | 55 | 0 | 541 | 144 | 113 |
| Binary | 11111111 | 1111110 | 10001100 | 0 | 110011 | 101101 | 0 | 101100001 | 1100100 | 1001011 |
Color Harmonies of #FF7E8C
Complementary color
Monochromatic Colors of #FF7E8C
Black with #FF7E8C
Text Example
Text Example
White with #FF7E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7E8C; }
p { color: rgb(255,126,140); }
H1.HeaderClassName
{
color: #FF7E8C;
}
.AnyTagClassName
{
color: #FF7E8C;
}
</style>
background-color css
<style>
a { background-color: #FF7E8C; }
a { background-color: rgb(255,126,140); }
div.DivClassName
{
background-color: #FF7E8C;
}
.BgClassName
{
background-color: #FF7E8C;
}
</style>
border-color css
<style>
span { border-color: #FF7E8C; }
span { border-color: rgb(255,126,140); }
td.TdClassName
{
border-color: #FF7E8C;
}
.TagClassName
{
border-color: #FF7E8C;
}
</style>