Shades of Sundown #F0B1A7
Tints of Sundown #F0B1A7
RGB
CMYK
RGB Variations
Color information
#F0B1A7 (or 0xF0B1A7) is known color: Sundown. HEX triplet: F0, B1 and A7. RGB value is (240,177,167). Sum of RGB (Red+Green+Blue) = 240+177+167=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B1A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B1A7 is #0F4E58. Grayscale: #C2C2C2. Windows color (decimal): -1003097 or 10990064. OLE color: 10990064.
HSL color Cylindrical-coordinate representation of color #F0B1A7: hue angle of 8.22º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0B1A7 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 177 | 167 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.06 |
| HSL | 8.22º | 0.71% | 0.8% | - |
| HSV(B) | 8.22º | 0.3% | 0.94% | - |
| XYZ | 58.63 | 52.76 | 43.65 | - |
| YUV | 194.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 177 | 167 | 0 | 0.26 | 0.30 | 0.06 | 8.22 | 0.71 | 0.8 |
| Hex | F0 | B1 | A7 | 0 | 1A | 1E | 6 | 8 | 47 | 50 |
| Octal | 360 | 261 | 247 | 0 | 32 | 36 | 6 | 10 | 107 | 120 |
| Binary | 11110000 | 10110001 | 10100111 | 0 | 11010 | 11110 | 110 | 1000 | 1000111 | 1010000 |
Color Harmonies of #F0B1A7
Complementary color
Monochromatic Colors of #F0B1A7
Black with #F0B1A7
Text Example
Text Example
White with #F0B1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0B1A7; }
p { color: rgb(240,177,167); }
H1.HeaderClassName
{
color: #F0B1A7;
}
.AnyTagClassName
{
color: #F0B1A7;
}
</style>
background-color css
<style>
a { background-color: #F0B1A7; }
a { background-color: rgb(240,177,167); }
div.DivClassName
{
background-color: #F0B1A7;
}
.BgClassName
{
background-color: #F0B1A7;
}
</style>
border-color css
<style>
span { border-color: #F0B1A7; }
span { border-color: rgb(240,177,167); }
td.TdClassName
{
border-color: #F0B1A7;
}
.TagClassName
{
border-color: #F0B1A7;
}
</style>