Shades of Sundown #F4B1AE
Tints of Sundown #F4B1AE
RGB
CMYK
RGB Variations
Color information
#F4B1AE (or 0xF4B1AE) is known color: Sundown. HEX triplet: F4, B1 and AE. RGB value is (244,177,174). Sum of RGB (Red+Green+Blue) = 244+177+174=595 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.01% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B1AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4B1AE is #0B4E51. Grayscale: #C4C4C4. Windows color (decimal): -740946 or 11448820. OLE color: 11448820.
HSL color Cylindrical-coordinate representation of color #F4B1AE: hue angle of 2.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4B1AE is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 177 | 174 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.04 |
| HSL | 2.57º | 0.76% | 0.82% | - |
| HSV(B) | 2.57º | 0.29% | 0.96% | - |
| XYZ | 60.67 | 53.73 | 47.22 | - |
| YUV | 196.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 177 | 174 | 0 | 0.27 | 0.29 | 0.04 | 2.57 | 0.76 | 0.82 |
| Hex | F4 | B1 | AE | 0 | 1B | 1D | 4 | 3 | 4C | 52 |
| Octal | 364 | 261 | 256 | 0 | 33 | 35 | 4 | 3 | 114 | 122 |
| Binary | 11110100 | 10110001 | 10101110 | 0 | 11011 | 11101 | 100 | 11 | 1001100 | 1010010 |
Color Harmonies of #F4B1AE
Complementary color
Monochromatic Colors of #F4B1AE
Black with #F4B1AE
Text Example
Text Example
White with #F4B1AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4B1AE; }
p { color: rgb(244,177,174); }
H1.HeaderClassName
{
color: #F4B1AE;
}
.AnyTagClassName
{
color: #F4B1AE;
}
</style>
background-color css
<style>
a { background-color: #F4B1AE; }
a { background-color: rgb(244,177,174); }
div.DivClassName
{
background-color: #F4B1AE;
}
.BgClassName
{
background-color: #F4B1AE;
}
</style>
border-color css
<style>
span { border-color: #F4B1AE; }
span { border-color: rgb(244,177,174); }
td.TdClassName
{
border-color: #F4B1AE;
}
.TagClassName
{
border-color: #F4B1AE;
}
</style>