Shades of Wewak #FB93A0
Tints of Wewak #FB93A0
RGB
CMYK
RGB Variations
Color information
#FB93A0 (or 0xFB93A0) is known color: Wewak. HEX triplet: FB, 93 and A0. RGB value is (251,147,160). Sum of RGB (Red+Green+Blue) = 251+147+160=558 (73% of max value = 765). Red value is 251 (98.44% from 255 or 44.98% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 160 (62.89% from 255 or 28.67% from 558); Max value from RGB is 251 - color contains mainly: red. Hex color #FB93A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB93A0 is #046C5F. Grayscale: #B3B3B3. Windows color (decimal): -289888 or 10523643. OLE color: 10523643.
HSL color Cylindrical-coordinate representation of color #FB93A0: hue angle of 352.5º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FB93A0 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 160 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.02 |
| HSL | 352.5º | 0.93% | 0.78% | - |
| HSV(B) | 352.5º | 0.41% | 0.98% | - |
| XYZ | 56.56 | 43.91 | 38.75 | - |
| YUV | 179.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 160 | 0 | 0.41 | 0.36 | 0.02 | 352.5 | 0.93 | 0.78 |
| Hex | FB | 93 | A0 | 0 | 29 | 24 | 2 | 160 | 5D | 4E |
| Octal | 373 | 223 | 240 | 0 | 51 | 44 | 2 | 540 | 135 | 116 |
| Binary | 11111011 | 10010011 | 10100000 | 0 | 101001 | 100100 | 10 | 101100000 | 1011101 | 1001110 |
Color Harmonies of #FB93A0
Complementary color
Monochromatic Colors of #FB93A0
Black with #FB93A0
Text Example
Text Example
White with #FB93A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB93A0; }
p { color: rgb(251,147,160); }
H1.HeaderClassName
{
color: #FB93A0;
}
.AnyTagClassName
{
color: #FB93A0;
}
</style>
background-color css
<style>
a { background-color: #FB93A0; }
a { background-color: rgb(251,147,160); }
div.DivClassName
{
background-color: #FB93A0;
}
.BgClassName
{
background-color: #FB93A0;
}
</style>
border-color css
<style>
span { border-color: #FB93A0; }
span { border-color: rgb(251,147,160); }
td.TdClassName
{
border-color: #FB93A0;
}
.TagClassName
{
border-color: #FB93A0;
}
</style>