Shades of Wewak #FBA1A4
Tints of Wewak #FBA1A4
RGB
CMYK
RGB Variations
Color information
#FBA1A4 (or 0xFBA1A4) is known color: Wewak. HEX triplet: FB, A1 and A4. RGB value is (251,161,164). Sum of RGB (Red+Green+Blue) = 251+161+164=576 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.58% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA1A4 is #045E5B. Grayscale: #BCBCBC. Windows color (decimal): -286300 or 10789371. OLE color: 10789371.
HSL color Cylindrical-coordinate representation of color #FBA1A4: hue angle of 358º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FBA1A4 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 164 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.02 |
| HSL | 358º | 0.92% | 0.81% | - |
| HSV(B) | 358º | 0.36% | 0.98% | - |
| XYZ | 59.23 | 48.68 | 41.4 | - |
| YUV | 188.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 164 | 0 | 0.36 | 0.35 | 0.02 | 358 | 0.92 | 0.81 |
| Hex | FB | A1 | A4 | 0 | 24 | 23 | 2 | 166 | 5C | 51 |
| Octal | 373 | 241 | 244 | 0 | 44 | 43 | 2 | 546 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10100100 | 0 | 100100 | 100011 | 10 | 101100110 | 1011100 | 1010001 |
Color Harmonies of #FBA1A4
Complementary color
Monochromatic Colors of #FBA1A4
Black with #FBA1A4
Text Example
Text Example
White with #FBA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1A4; }
p { color: rgb(251,161,164); }
H1.HeaderClassName
{
color: #FBA1A4;
}
.AnyTagClassName
{
color: #FBA1A4;
}
</style>
background-color css
<style>
a { background-color: #FBA1A4; }
a { background-color: rgb(251,161,164); }
div.DivClassName
{
background-color: #FBA1A4;
}
.BgClassName
{
background-color: #FBA1A4;
}
</style>
border-color css
<style>
span { border-color: #FBA1A4; }
span { border-color: rgb(251,161,164); }
td.TdClassName
{
border-color: #FBA1A4;
}
.TagClassName
{
border-color: #FBA1A4;
}
</style>