Shades of Sundown #FBB2A6
Tints of Sundown #FBB2A6
RGB
CMYK
RGB Variations
Color information
#FBB2A6 (or 0xFBB2A6) is known color: Sundown. HEX triplet: FB, B2 and A6. RGB value is (251,178,166). Sum of RGB (Red+Green+Blue) = 251+178+166=595 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.18% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 166 (65.23% from 255 or 27.90% from 595); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB2A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBB2A6 is #044D59. Grayscale: #C6C6C6. Windows color (decimal): -281946 or 10924795. OLE color: 10924795.
HSL color Cylindrical-coordinate representation of color #FBB2A6: hue angle of 8.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FBB2A6 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 178 | 166 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.02 |
| HSL | 8.47º | 0.91% | 0.82% | - |
| HSV(B) | 8.47º | 0.34% | 0.98% | - |
| XYZ | 62.59 | 55.1 | 43.41 | - |
| YUV | 198.46 | 109.68 | 165.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 178 | 166 | 0 | 0.29 | 0.34 | 0.02 | 8.47 | 0.91 | 0.82 |
| Hex | FB | B2 | A6 | 0 | 1D | 22 | 2 | 8 | 5B | 52 |
| Octal | 373 | 262 | 246 | 0 | 35 | 42 | 2 | 10 | 133 | 122 |
| Binary | 11111011 | 10110010 | 10100110 | 0 | 11101 | 100010 | 10 | 1000 | 1011011 | 1010010 |
Color Harmonies of #FBB2A6
Complementary color
Monochromatic Colors of #FBB2A6
Black with #FBB2A6
Text Example
Text Example
White with #FBB2A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB2A6; }
p { color: rgb(251,178,166); }
H1.HeaderClassName
{
color: #FBB2A6;
}
.AnyTagClassName
{
color: #FBB2A6;
}
</style>
background-color css
<style>
a { background-color: #FBB2A6; }
a { background-color: rgb(251,178,166); }
div.DivClassName
{
background-color: #FBB2A6;
}
.BgClassName
{
background-color: #FBB2A6;
}
</style>
border-color css
<style>
span { border-color: #FBB2A6; }
span { border-color: rgb(251,178,166); }
td.TdClassName
{
border-color: #FBB2A6;
}
.TagClassName
{
border-color: #FBB2A6;
}
</style>