Shades of Wewak #FBA1A8
Tints of Wewak #FBA1A8
RGB
CMYK
RGB Variations
Color information
#FBA1A8 (or 0xFBA1A8) is known color: Wewak. HEX triplet: FB, A1 and A8. RGB value is (251,161,168). Sum of RGB (Red+Green+Blue) = 251+161+168=580 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.28% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA1A8 is #045E57. Grayscale: #BCBCBC. Windows color (decimal): -286296 or 11051515. OLE color: 11051515.
HSL color Cylindrical-coordinate representation of color #FBA1A8: hue angle of 355.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 #FBA1A8 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 161 | 168 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.02 |
| HSL | 355.33º | 0.92% | 0.81% | - |
| HSV(B) | 355.33º | 0.36% | 0.98% | - |
| XYZ | 59.6 | 48.83 | 43.33 | - |
| YUV | 188.71 | 116.32 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 161 | 168 | 0 | 0.36 | 0.33 | 0.02 | 355.33 | 0.92 | 0.81 |
| Hex | FB | A1 | A8 | 0 | 24 | 21 | 2 | 163 | 5C | 51 |
| Octal | 373 | 241 | 250 | 0 | 44 | 41 | 2 | 543 | 134 | 121 |
| Binary | 11111011 | 10100001 | 10101000 | 0 | 100100 | 100001 | 10 | 101100011 | 1011100 | 1010001 |
Color Harmonies of #FBA1A8
Complementary color
Monochromatic Colors of #FBA1A8
Black with #FBA1A8
Text Example
Text Example
White with #FBA1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA1A8; }
p { color: rgb(251,161,168); }
H1.HeaderClassName
{
color: #FBA1A8;
}
.AnyTagClassName
{
color: #FBA1A8;
}
</style>
background-color css
<style>
a { background-color: #FBA1A8; }
a { background-color: rgb(251,161,168); }
div.DivClassName
{
background-color: #FBA1A8;
}
.BgClassName
{
background-color: #FBA1A8;
}
</style>
border-color css
<style>
span { border-color: #FBA1A8; }
span { border-color: rgb(251,161,168); }
td.TdClassName
{
border-color: #FBA1A8;
}
.TagClassName
{
border-color: #FBA1A8;
}
</style>