Shades of Sundown #FBA4A2
Tints of Sundown #FBA4A2
RGB
CMYK
RGB Variations
Color information
#FBA4A2 (or 0xFBA4A2) is known color: Sundown. HEX triplet: FB, A4 and A2. RGB value is (251,164,162). Sum of RGB (Red+Green+Blue) = 251+164+162=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 164 (64.45% from 255 or 28.42% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA4A2 is #045B5D. Grayscale: #BDBDBD. Windows color (decimal): -285534 or 10659067. OLE color: 10659067.
HSL color Cylindrical-coordinate representation of color #FBA4A2: hue angle of 1.35º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4A2 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 162 | - |
| CMYK | 0 | 0.35 | 0.35 | 0.02 |
| HSL | 1.35º | 0.92% | 0.81% | - |
| HSV(B) | 1.35º | 0.35% | 0.98% | - |
| XYZ | 59.58 | 49.67 | 40.63 | - |
| YUV | 189.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 162 | 0 | 0.35 | 0.35 | 0.02 | 1.35 | 0.92 | 0.81 |
| Hex | FB | A4 | A2 | 0 | 23 | 23 | 2 | 1 | 5C | 51 |
| Octal | 373 | 244 | 242 | 0 | 43 | 43 | 2 | 1 | 134 | 121 |
| Binary | 11111011 | 10100100 | 10100010 | 0 | 100011 | 100011 | 10 | 1 | 1011100 | 1010001 |
Color Harmonies of #FBA4A2
Complementary color
Monochromatic Colors of #FBA4A2
Black with #FBA4A2
Text Example
Text Example
White with #FBA4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA4A2; }
p { color: rgb(251,164,162); }
H1.HeaderClassName
{
color: #FBA4A2;
}
.AnyTagClassName
{
color: #FBA4A2;
}
</style>
background-color css
<style>
a { background-color: #FBA4A2; }
a { background-color: rgb(251,164,162); }
div.DivClassName
{
background-color: #FBA4A2;
}
.BgClassName
{
background-color: #FBA4A2;
}
</style>
border-color css
<style>
span { border-color: #FBA4A2; }
span { border-color: rgb(251,164,162); }
td.TdClassName
{
border-color: #FBA4A2;
}
.TagClassName
{
border-color: #FBA4A2;
}
</style>