Shades of Sundown #F1B3AF
Tints of Sundown #F1B3AF
RGB
CMYK
RGB Variations
Color information
#F1B3AF (or 0xF1B3AF) is known color: Sundown. HEX triplet: F1, B3 and AF. RGB value is (241,179,175). Sum of RGB (Red+Green+Blue) = 241+179+175=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 179 (70.31% from 255 or 30.08% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B3AF is #0E4C50. Grayscale: #C5C5C5. Windows color (decimal): -937041 or 11514865. OLE color: 11514865.
HSL color Cylindrical-coordinate representation of color #F1B3AF: hue angle of 3.64º 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 #F1B3AF is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 179 | 175 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.05 |
| HSL | 3.64º | 0.7% | 0.82% | - |
| HSV(B) | 3.64º | 0.27% | 0.95% | - |
| XYZ | 60.13 | 54.04 | 47.82 | - |
| YUV | 197.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 179 | 175 | 0 | 0.26 | 0.27 | 0.05 | 3.64 | 0.7 | 0.82 |
| Hex | F1 | B3 | AF | 0 | 1A | 1B | 5 | 4 | 46 | 52 |
| Octal | 361 | 263 | 257 | 0 | 32 | 33 | 5 | 4 | 106 | 122 |
| Binary | 11110001 | 10110011 | 10101111 | 0 | 11010 | 11011 | 101 | 100 | 1000110 | 1010010 |
Color Harmonies of #F1B3AF
Complementary color
Monochromatic Colors of #F1B3AF
Black with #F1B3AF
Text Example
Text Example
White with #F1B3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1B3AF; }
p { color: rgb(241,179,175); }
H1.HeaderClassName
{
color: #F1B3AF;
}
.AnyTagClassName
{
color: #F1B3AF;
}
</style>
background-color css
<style>
a { background-color: #F1B3AF; }
a { background-color: rgb(241,179,175); }
div.DivClassName
{
background-color: #F1B3AF;
}
.BgClassName
{
background-color: #F1B3AF;
}
</style>
border-color css
<style>
span { border-color: #F1B3AF; }
span { border-color: rgb(241,179,175); }
td.TdClassName
{
border-color: #F1B3AF;
}
.TagClassName
{
border-color: #F1B3AF;
}
</style>