Shades of Wewak #FBA1A5
Tints of Wewak #FBA1A5
RGB
CMYK
RGB Variations
Color information
#FBA1A5 (or 0xFBA1A5) is known color: Wewak. HEX triplet: FB, A1 and A5. RGB value is (251,161,165). Sum of RGB (Red+Green+Blue) = 251+161+165=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 165 (64.84% from 255 or 28.60% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA1A5 is #045E5A. Grayscale: #BCBCBC. Windows color (decimal): -286299 or 10854907. OLE color: 10854907.
HSL color Cylindrical-coordinate representation of color #FBA1A5: hue angle of 357.33º 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 #FBA1A5 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 165 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.02 |
| HSL | 357.33º | 0.92% | 0.81% | - |
| HSV(B) | 357.33º | 0.36% | 0.98% | - |
| XYZ | 59.32 | 48.72 | 41.87 | - |
| YUV | 188.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 165 | 0 | 0.36 | 0.34 | 0.02 | 357.33 | 0.92 | 0.81 |
| Hex | FB | A1 | A5 | 0 | 24 | 22 | 2 | 165 | 5C | 51 |
| Octal | 373 | 241 | 245 | 0 | 44 | 42 | 2 | 545 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10100101 | 0 | 100100 | 100010 | 10 | 101100101 | 1011100 | 1010001 |
Color Harmonies of #FBA1A5
Complementary color
Monochromatic Colors of #FBA1A5
Black with #FBA1A5
Text Example
Text Example
White with #FBA1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1A5; }
p { color: rgb(251,161,165); }
H1.HeaderClassName
{
color: #FBA1A5;
}
.AnyTagClassName
{
color: #FBA1A5;
}
</style>
background-color css
<style>
a { background-color: #FBA1A5; }
a { background-color: rgb(251,161,165); }
div.DivClassName
{
background-color: #FBA1A5;
}
.BgClassName
{
background-color: #FBA1A5;
}
</style>
border-color css
<style>
span { border-color: #FBA1A5; }
span { border-color: rgb(251,161,165); }
td.TdClassName
{
border-color: #FBA1A5;
}
.TagClassName
{
border-color: #FBA1A5;
}
</style>