Shades of Wewak #FD909A
Tints of Wewak #FD909A
RGB
CMYK
RGB Variations
Color information
#FD909A (or 0xFD909A) is known color: Wewak. HEX triplet: FD, 90 and 9A. RGB value is (253,144,154). Sum of RGB (Red+Green+Blue) = 253+144+154=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FD909A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD909A is #026F65. Grayscale: #B1B1B1. Windows color (decimal): -159590 or 10129661. OLE color: 10129661.
HSL color Cylindrical-coordinate representation of color #FD909A: hue angle of 354.5º 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 #FD909A is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 154 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.01 |
| HSL | 354.5º | 0.96% | 0.78% | - |
| HSV(B) | 354.5º | 0.43% | 0.99% | - |
| XYZ | 56.31 | 43.16 | 35.93 | - |
| YUV | 177.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 154 | 0 | 0.43 | 0.39 | 0.01 | 354.5 | 0.96 | 0.78 |
| Hex | FD | 90 | 9A | 0 | 2B | 27 | 1 | 162 | 60 | 4E |
| Octal | 375 | 220 | 232 | 0 | 53 | 47 | 1 | 542 | 140 | 116 |
| Binary | 11111101 | 10010000 | 10011010 | 0 | 101011 | 100111 | 1 | 101100010 | 1100000 | 1001110 |
Color Harmonies of #FD909A
Complementary color
Monochromatic Colors of #FD909A
Black with #FD909A
Text Example
Text Example
White with #FD909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD909A; }
p { color: rgb(253,144,154); }
H1.HeaderClassName
{
color: #FD909A;
}
.AnyTagClassName
{
color: #FD909A;
}
</style>
background-color css
<style>
a { background-color: #FD909A; }
a { background-color: rgb(253,144,154); }
div.DivClassName
{
background-color: #FD909A;
}
.BgClassName
{
background-color: #FD909A;
}
</style>
border-color css
<style>
span { border-color: #FD909A; }
span { border-color: rgb(253,144,154); }
td.TdClassName
{
border-color: #FD909A;
}
.TagClassName
{
border-color: #FD909A;
}
</style>