Shades of Sundown #F1B2AB
Tints of Sundown #F1B2AB
RGB
CMYK
RGB Variations
Color information
#F1B2AB (or 0xF1B2AB) is known color: Sundown. HEX triplet: F1, B2 and AB. RGB value is (241,178,171). Sum of RGB (Red+Green+Blue) = 241+178+171=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B2AB is #0E4D54. Grayscale: #C4C4C4. Windows color (decimal): -937301 or 11252465. OLE color: 11252465.
HSL color Cylindrical-coordinate representation of color #F1B2AB: hue angle of 6º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1B2AB is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 171 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.05 |
| HSL | 6º | 0.71% | 0.81% | - |
| HSV(B) | 6º | 0.29% | 0.95% | - |
| XYZ | 59.55 | 53.48 | 45.71 | - |
| YUV | 196.04 | 113.87 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 171 | 0 | 0.26 | 0.29 | 0.05 | 6 | 0.71 | 0.81 |
| Hex | F1 | B2 | AB | 0 | 1A | 1D | 5 | 6 | 47 | 51 |
| Octal | 361 | 262 | 253 | 0 | 32 | 35 | 5 | 6 | 107 | 121 |
| Binary | 11110001 | 10110010 | 10101011 | 0 | 11010 | 11101 | 101 | 110 | 1000111 | 1010001 |
Color Harmonies of #F1B2AB
Complementary color
Monochromatic Colors of #F1B2AB
Black with #F1B2AB
Text Example
Text Example
White with #F1B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2AB; }
p { color: rgb(241,178,171); }
H1.HeaderClassName
{
color: #F1B2AB;
}
.AnyTagClassName
{
color: #F1B2AB;
}
</style>
background-color css
<style>
a { background-color: #F1B2AB; }
a { background-color: rgb(241,178,171); }
div.DivClassName
{
background-color: #F1B2AB;
}
.BgClassName
{
background-color: #F1B2AB;
}
</style>
border-color css
<style>
span { border-color: #F1B2AB; }
span { border-color: rgb(241,178,171); }
td.TdClassName
{
border-color: #F1B2AB;
}
.TagClassName
{
border-color: #F1B2AB;
}
</style>