Shades of Wewak #FD8CA0
Tints of Wewak #FD8CA0
RGB
CMYK
RGB Variations
Color information
#FD8CA0 (or 0xFD8CA0) is known color: Wewak. HEX triplet: FD, 8C and A0. RGB value is (253,140,160). Sum of RGB (Red+Green+Blue) = 253+140+160=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 140 (55.08% from 255 or 25.32% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8CA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD8CA0 is #02735F. Grayscale: #B0B0B0. Windows color (decimal): -160608 or 10521853. OLE color: 10521853.
HSL color Cylindrical-coordinate representation of color #FD8CA0: hue angle of 349.38º 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 #FD8CA0 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 140 | 160 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.01 |
| HSL | 349.38º | 0.97% | 0.77% | - |
| HSV(B) | 349.38º | 0.45% | 0.99% | - |
| XYZ | 56.23 | 42.18 | 38.43 | - |
| YUV | 176.07 | 118.94 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 140 | 160 | 0 | 0.45 | 0.37 | 0.01 | 349.38 | 0.97 | 0.77 |
| Hex | FD | 8C | A0 | 0 | 2D | 25 | 1 | 15D | 61 | 4D |
| Octal | 375 | 214 | 240 | 0 | 55 | 45 | 1 | 535 | 141 | 115 |
| Binary | 11111101 | 10001100 | 10100000 | 0 | 101101 | 100101 | 1 | 101011101 | 1100001 | 1001101 |
Color Harmonies of #FD8CA0
Complementary color
Monochromatic Colors of #FD8CA0
Black with #FD8CA0
Text Example
Text Example
White with #FD8CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8CA0; }
p { color: rgb(253,140,160); }
H1.HeaderClassName
{
color: #FD8CA0;
}
.AnyTagClassName
{
color: #FD8CA0;
}
</style>
background-color css
<style>
a { background-color: #FD8CA0; }
a { background-color: rgb(253,140,160); }
div.DivClassName
{
background-color: #FD8CA0;
}
.BgClassName
{
background-color: #FD8CA0;
}
</style>
border-color css
<style>
span { border-color: #FD8CA0; }
span { border-color: rgb(253,140,160); }
td.TdClassName
{
border-color: #FD8CA0;
}
.TagClassName
{
border-color: #FD8CA0;
}
</style>