Shades of Wewak #FD919B
Tints of Wewak #FD919B
RGB
CMYK
RGB Variations
Color information
#FD919B (or 0xFD919B) is known color: Wewak. HEX triplet: FD, 91 and 9B. RGB value is (253,145,155). Sum of RGB (Red+Green+Blue) = 253+145+155=553 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.75% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 253 - color contains mainly: red. Hex color #FD919B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FD919B is #026E64. Grayscale: #B2B2B2. Windows color (decimal): -159333 or 10195453. OLE color: 10195453.
HSL color Cylindrical-coordinate representation of color #FD919B: hue angle of 354.44º 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 #FD919B is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 145 | 155 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.01 |
| HSL | 354.44º | 0.96% | 0.78% | - |
| HSV(B) | 354.44º | 0.43% | 0.99% | - |
| XYZ | 56.55 | 43.5 | 36.43 | - |
| YUV | 178.43 | 114.78 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 145 | 155 | 0 | 0.43 | 0.39 | 0.01 | 354.44 | 0.96 | 0.78 |
| Hex | FD | 91 | 9B | 0 | 2B | 27 | 1 | 162 | 60 | 4E |
| Octal | 375 | 221 | 233 | 0 | 53 | 47 | 1 | 542 | 140 | 116 |
| Binary | 11111101 | 10010001 | 10011011 | 0 | 101011 | 100111 | 1 | 101100010 | 1100000 | 1001110 |
Color Harmonies of #FD919B
Complementary color
Monochromatic Colors of #FD919B
Black with #FD919B
Text Example
Text Example
White with #FD919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD919B; }
p { color: rgb(253,145,155); }
H1.HeaderClassName
{
color: #FD919B;
}
.AnyTagClassName
{
color: #FD919B;
}
</style>
background-color css
<style>
a { background-color: #FD919B; }
a { background-color: rgb(253,145,155); }
div.DivClassName
{
background-color: #FD919B;
}
.BgClassName
{
background-color: #FD919B;
}
</style>
border-color css
<style>
span { border-color: #FD919B; }
span { border-color: rgb(253,145,155); }
td.TdClassName
{
border-color: #FD919B;
}
.TagClassName
{
border-color: #FD919B;
}
</style>