Shades of Wewak #FD919D
Tints of Wewak #FD919D
RGB
CMYK
RGB Variations
Color information
#FD919D (or 0xFD919D) is known color: Wewak. HEX triplet: FD, 91 and 9D. RGB value is (253,145,157). Sum of RGB (Red+Green+Blue) = 253+145+157=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 145 (57.03% from 255 or 26.13% from 555); Blue value is 157 (61.72% from 255 or 28.29% from 555); Max value from RGB is 253 - color contains mainly: red. Hex color #FD919D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD919D is #026E62. Grayscale: #B2B2B2. Windows color (decimal): -159331 or 10326525. OLE color: 10326525.
HSL color Cylindrical-coordinate representation of color #FD919D: hue angle of 353.33º 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 #FD919D is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 157 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.01 |
| HSL | 353.33º | 0.96% | 0.78% | - |
| HSV(B) | 353.33º | 0.43% | 0.99% | - |
| XYZ | 56.72 | 43.57 | 37.32 | - |
| YUV | 178.66 | 115.78 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 157 | 0 | 0.43 | 0.38 | 0.01 | 353.33 | 0.96 | 0.78 |
| Hex | FD | 91 | 9D | 0 | 2B | 26 | 1 | 161 | 60 | 4E |
| Octal | 375 | 221 | 235 | 0 | 53 | 46 | 1 | 541 | 140 | 116 |
| Binary | 11111101 | 10010001 | 10011101 | 0 | 101011 | 100110 | 1 | 101100001 | 1100000 | 1001110 |
Color Harmonies of #FD919D
Complementary color
Monochromatic Colors of #FD919D
Black with #FD919D
Text Example
Text Example
White with #FD919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD919D; }
p { color: rgb(253,145,157); }
H1.HeaderClassName
{
color: #FD919D;
}
.AnyTagClassName
{
color: #FD919D;
}
</style>
background-color css
<style>
a { background-color: #FD919D; }
a { background-color: rgb(253,145,157); }
div.DivClassName
{
background-color: #FD919D;
}
.BgClassName
{
background-color: #FD919D;
}
</style>
border-color css
<style>
span { border-color: #FD919D; }
span { border-color: rgb(253,145,157); }
td.TdClassName
{
border-color: #FD919D;
}
.TagClassName
{
border-color: #FD919D;
}
</style>