Shades of Sundown #F1B2B0
Tints of Sundown #F1B2B0
RGB
CMYK
RGB Variations
Color information
#F1B2B0 (or 0xF1B2B0) is known color: Sundown. HEX triplet: F1, B2 and B0. RGB value is (241,178,176). Sum of RGB (Red+Green+Blue) = 241+178+176=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 178 (69.92% from 255 or 29.92% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B2B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B2B0 is #0E4D4F. Grayscale: #C4C4C4. Windows color (decimal): -937296 or 11580145. OLE color: 11580145.
HSL color Cylindrical-coordinate representation of color #F1B2B0: hue angle of 1.85º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1B2B0 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 178 | 176 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.05 |
| HSL | 1.85º | 0.7% | 0.82% | - |
| HSV(B) | 1.85º | 0.27% | 0.95% | - |
| XYZ | 60.03 | 53.68 | 48.27 | - |
| YUV | 196.61 | 116.37 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 178 | 176 | 0 | 0.26 | 0.27 | 0.05 | 1.85 | 0.7 | 0.82 |
| Hex | F1 | B2 | B0 | 0 | 1A | 1B | 5 | 2 | 46 | 52 |
| Octal | 361 | 262 | 260 | 0 | 32 | 33 | 5 | 2 | 106 | 122 |
| Binary | 11110001 | 10110010 | 10110000 | 0 | 11010 | 11011 | 101 | 10 | 1000110 | 1010010 |
Color Harmonies of #F1B2B0
Complementary color
Monochromatic Colors of #F1B2B0
Black with #F1B2B0
Text Example
Text Example
White with #F1B2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B2B0; }
p { color: rgb(241,178,176); }
H1.HeaderClassName
{
color: #F1B2B0;
}
.AnyTagClassName
{
color: #F1B2B0;
}
</style>
background-color css
<style>
a { background-color: #F1B2B0; }
a { background-color: rgb(241,178,176); }
div.DivClassName
{
background-color: #F1B2B0;
}
.BgClassName
{
background-color: #F1B2B0;
}
</style>
border-color css
<style>
span { border-color: #F1B2B0; }
span { border-color: rgb(241,178,176); }
td.TdClassName
{
border-color: #F1B2B0;
}
.TagClassName
{
border-color: #F1B2B0;
}
</style>