Shades of Wewak #FD93A0
Tints of Wewak #FD93A0
RGB
CMYK
RGB Variations
Color information
#FD93A0 (or 0xFD93A0) is known color: Wewak. HEX triplet: FD, 93 and A0. RGB value is (253,147,160). Sum of RGB (Red+Green+Blue) = 253+147+160=560 (74% of max value = 765). Red value is 253 (99.22% from 255 or 45.18% from 560); Green value is 147 (57.81% from 255 or 26.25% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 253 - color contains mainly: red. Hex color #FD93A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD93A0 is #026C5F. Grayscale: #B4B4B4. Windows color (decimal): -158816 or 10523645. OLE color: 10523645.
HSL color Cylindrical-coordinate representation of color #FD93A0: hue angle of 352.64º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93A0 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 147 | 160 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.01 |
| HSL | 352.64º | 0.96% | 0.78% | - |
| HSV(B) | 352.64º | 0.42% | 0.99% | - |
| XYZ | 57.29 | 44.29 | 38.79 | - |
| YUV | 180.18 | 116.62 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 147 | 160 | 0 | 0.42 | 0.37 | 0.01 | 352.64 | 0.96 | 0.78 |
| Hex | FD | 93 | A0 | 0 | 2A | 25 | 1 | 161 | 60 | 4E |
| Octal | 375 | 223 | 240 | 0 | 52 | 45 | 1 | 541 | 140 | 116 |
| Binary | 11111101 | 10010011 | 10100000 | 0 | 101010 | 100101 | 1 | 101100001 | 1100000 | 1001110 |
Color Harmonies of #FD93A0
Complementary color
Monochromatic Colors of #FD93A0
Black with #FD93A0
Text Example
Text Example
White with #FD93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD93A0; }
p { color: rgb(253,147,160); }
H1.HeaderClassName
{
color: #FD93A0;
}
.AnyTagClassName
{
color: #FD93A0;
}
</style>
background-color css
<style>
a { background-color: #FD93A0; }
a { background-color: rgb(253,147,160); }
div.DivClassName
{
background-color: #FD93A0;
}
.BgClassName
{
background-color: #FD93A0;
}
</style>
border-color css
<style>
span { border-color: #FD93A0; }
span { border-color: rgb(253,147,160); }
td.TdClassName
{
border-color: #FD93A0;
}
.TagClassName
{
border-color: #FD93A0;
}
</style>