Shades of Wewak #FD90A0
Tints of Wewak #FD90A0
RGB
CMYK
RGB Variations
Color information
#FD90A0 (or 0xFD90A0) is known color: Wewak. HEX triplet: FD, 90 and A0. RGB value is (253,144,160). Sum of RGB (Red+Green+Blue) = 253+144+160=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 253 - color contains mainly: red. Hex color #FD90A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD90A0 is #026F5F. Grayscale: #B2B2B2. Windows color (decimal): -159584 or 10522877. OLE color: 10522877.
HSL color Cylindrical-coordinate representation of color #FD90A0: hue angle of 351.19º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FD90A0 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 160 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.01 |
| HSL | 351.19º | 0.96% | 0.78% | - |
| HSV(B) | 351.19º | 0.43% | 0.99% | - |
| XYZ | 56.83 | 43.37 | 38.63 | - |
| YUV | 178.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 160 | 0 | 0.43 | 0.37 | 0.01 | 351.19 | 0.96 | 0.78 |
| Hex | FD | 90 | A0 | 0 | 2B | 25 | 1 | 15F | 60 | 4E |
| Octal | 375 | 220 | 240 | 0 | 53 | 45 | 1 | 537 | 140 | 116 |
| Binary | 11111101 | 10010000 | 10100000 | 0 | 101011 | 100101 | 1 | 101011111 | 1100000 | 1001110 |
Color Harmonies of #FD90A0
Complementary color
Monochromatic Colors of #FD90A0
Black with #FD90A0
Text Example
Text Example
White with #FD90A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD90A0; }
p { color: rgb(253,144,160); }
H1.HeaderClassName
{
color: #FD90A0;
}
.AnyTagClassName
{
color: #FD90A0;
}
</style>
background-color css
<style>
a { background-color: #FD90A0; }
a { background-color: rgb(253,144,160); }
div.DivClassName
{
background-color: #FD90A0;
}
.BgClassName
{
background-color: #FD90A0;
}
</style>
border-color css
<style>
span { border-color: #FD90A0; }
span { border-color: rgb(253,144,160); }
td.TdClassName
{
border-color: #FD90A0;
}
.TagClassName
{
border-color: #FD90A0;
}
</style>