Shades of Wewak #FD999E
Tints of Wewak #FD999E
RGB
CMYK
RGB Variations
Color information
#FD999E (or 0xFD999E) is known color: Wewak. HEX triplet: FD, 99 and 9E. RGB value is (253,153,158). Sum of RGB (Red+Green+Blue) = 253+153+158=564 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.86% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 253 - color contains mainly: red. Hex color #FD999E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD999E is #026661. Grayscale: #B7B7B7. Windows color (decimal): -157282 or 10394109. OLE color: 10394109.
HSL color Cylindrical-coordinate representation of color #FD999E: hue angle of 357º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FD999E is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 153 | 158 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.01 |
| HSL | 357º | 0.96% | 0.8% | - |
| HSV(B) | 357º | 0.4% | 0.99% | - |
| XYZ | 58.07 | 46.13 | 38.19 | - |
| YUV | 183.47 | 113.63 | 177.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 153 | 158 | 0 | 0.40 | 0.38 | 0.01 | 357 | 0.96 | 0.8 |
| Hex | FD | 99 | 9E | 0 | 28 | 26 | 1 | 165 | 60 | 50 |
| Octal | 375 | 231 | 236 | 0 | 50 | 46 | 1 | 545 | 140 | 120 |
| Binary | 11111101 | 10011001 | 10011110 | 0 | 101000 | 100110 | 1 | 101100101 | 1100000 | 1010000 |
Color Harmonies of #FD999E
Complementary color
Monochromatic Colors of #FD999E
Black with #FD999E
Text Example
Text Example
White with #FD999E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD999E; }
p { color: rgb(253,153,158); }
H1.HeaderClassName
{
color: #FD999E;
}
.AnyTagClassName
{
color: #FD999E;
}
</style>
background-color css
<style>
a { background-color: #FD999E; }
a { background-color: rgb(253,153,158); }
div.DivClassName
{
background-color: #FD999E;
}
.BgClassName
{
background-color: #FD999E;
}
</style>
border-color css
<style>
span { border-color: #FD999E; }
span { border-color: rgb(253,153,158); }
td.TdClassName
{
border-color: #FD999E;
}
.TagClassName
{
border-color: #FD999E;
}
</style>