Shades of Wewak #FD7F8C
Tints of Wewak #FD7F8C
RGB
CMYK
RGB Variations
Color information
#FD7F8C (or 0xFD7F8C) is known color: Wewak. HEX triplet: FD, 7F and 8C. RGB value is (253,127,140). Sum of RGB (Red+Green+Blue) = 253+127+140=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7F8C is #028073. Grayscale: #A6A6A6. Windows color (decimal): -163956 or 9207805. OLE color: 9207805.
HSL color Cylindrical-coordinate representation of color #FD7F8C: hue angle of 353.81º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FD7F8C is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 127 | 140 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.01 |
| HSL | 353.81º | 0.97% | 0.75% | - |
| HSV(B) | 353.81º | 0.5% | 0.99% | - |
| XYZ | 52.83 | 37.95 | 29.35 | - |
| YUV | 166.16 | 113.24 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 127 | 140 | 0 | 0.50 | 0.45 | 0.01 | 353.81 | 0.97 | 0.75 |
| Hex | FD | 7F | 8C | 0 | 32 | 2D | 1 | 162 | 61 | 4B |
| Octal | 375 | 177 | 214 | 0 | 62 | 55 | 1 | 542 | 141 | 113 |
| Binary | 11111101 | 1111111 | 10001100 | 0 | 110010 | 101101 | 1 | 101100010 | 1100001 | 1001011 |
Color Harmonies of #FD7F8C
Complementary color
Monochromatic Colors of #FD7F8C
Black with #FD7F8C
Text Example
Text Example
White with #FD7F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7F8C; }
p { color: rgb(253,127,140); }
H1.HeaderClassName
{
color: #FD7F8C;
}
.AnyTagClassName
{
color: #FD7F8C;
}
</style>
background-color css
<style>
a { background-color: #FD7F8C; }
a { background-color: rgb(253,127,140); }
div.DivClassName
{
background-color: #FD7F8C;
}
.BgClassName
{
background-color: #FD7F8C;
}
</style>
border-color css
<style>
span { border-color: #FD7F8C; }
span { border-color: rgb(253,127,140); }
td.TdClassName
{
border-color: #FD7F8C;
}
.TagClassName
{
border-color: #FD7F8C;
}
</style>