Shades of Wewak #FD8C93
Tints of Wewak #FD8C93
RGB
CMYK
RGB Variations
Color information
#FD8C93 (or 0xFD8C93) is known color: Wewak. HEX triplet: FD, 8C and 93. RGB value is (253,140,147). Sum of RGB (Red+Green+Blue) = 253+140+147=540 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.85% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 147 (57.81% from 255 or 27.22% from 540); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8C93 is #02736C. Grayscale: #AEAEAE. Windows color (decimal): -160621 or 9669885. OLE color: 9669885.
HSL color Cylindrical-coordinate representation of color #FD8C93: hue angle of 356.28º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FD8C93 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 147 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.01 |
| HSL | 356.28º | 0.97% | 0.77% | - |
| HSV(B) | 356.28º | 0.45% | 0.99% | - |
| XYZ | 55.15 | 41.75 | 32.75 | - |
| YUV | 174.59 | 112.44 | 183.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 147 | 0 | 0.45 | 0.42 | 0.01 | 356.28 | 0.97 | 0.77 |
| Hex | FD | 8C | 93 | 0 | 2D | 2A | 1 | 164 | 61 | 4D |
| Octal | 375 | 214 | 223 | 0 | 55 | 52 | 1 | 544 | 141 | 115 |
| Binary | 11111101 | 10001100 | 10010011 | 0 | 101101 | 101010 | 1 | 101100100 | 1100001 | 1001101 |
Color Harmonies of #FD8C93
Complementary color
Monochromatic Colors of #FD8C93
Black with #FD8C93
Text Example
Text Example
White with #FD8C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8C93; }
p { color: rgb(253,140,147); }
H1.HeaderClassName
{
color: #FD8C93;
}
.AnyTagClassName
{
color: #FD8C93;
}
</style>
background-color css
<style>
a { background-color: #FD8C93; }
a { background-color: rgb(253,140,147); }
div.DivClassName
{
background-color: #FD8C93;
}
.BgClassName
{
background-color: #FD8C93;
}
</style>
border-color css
<style>
span { border-color: #FD8C93; }
span { border-color: rgb(253,140,147); }
td.TdClassName
{
border-color: #FD8C93;
}
.TagClassName
{
border-color: #FD8C93;
}
</style>