Shades of Buttery White #F1EADB
Tints of Buttery White #F1EADB
RGB
CMYK
RGB Variations
Color information
#F1EADB (or 0xF1EADB) is known color: Buttery White. HEX triplet: F1, EA and DB. RGB value is (241,234,219). Sum of RGB (Red+Green+Blue) = 241+234+219=694 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.73% from 694); Green value is 234 (91.80% from 255 or 33.72% from 694); Blue value is 219 (85.94% from 255 or 31.56% from 694); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EADB is #0E1524. Grayscale: #EAEAEA. Windows color (decimal): -922917 or 14412529. OLE color: 14412529.
HSL color Cylindrical-coordinate representation of color #F1EADB: hue angle of 40.91º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1EADB is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 234 | 219 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.05 |
| HSL | 40.91º | 0.44% | 0.9% | - |
| HSV(B) | 40.91º | 0.09% | 0.95% | - |
| XYZ | 78.48 | 82.66 | 78.84 | - |
| YUV | 234.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 234 | 219 | 0 | 0.03 | 0.09 | 0.05 | 40.91 | 0.44 | 0.9 |
| Hex | F1 | EA | DB | 0 | 3 | 9 | 5 | 29 | 2C | 5A |
| Octal | 361 | 352 | 333 | 0 | 3 | 11 | 5 | 51 | 54 | 132 |
| Binary | 11110001 | 11101010 | 11011011 | 0 | 11 | 1001 | 101 | 101001 | 101100 | 1011010 |
Color Harmonies of #F1EADB
Complementary color
Monochromatic Colors of #F1EADB
Black with #F1EADB
Text Example
Text Example
White with #F1EADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EADB; }
p { color: rgb(241,234,219); }
H1.HeaderClassName
{
color: #F1EADB;
}
.AnyTagClassName
{
color: #F1EADB;
}
</style>
background-color css
<style>
a { background-color: #F1EADB; }
a { background-color: rgb(241,234,219); }
div.DivClassName
{
background-color: #F1EADB;
}
.BgClassName
{
background-color: #F1EADB;
}
</style>
border-color css
<style>
span { border-color: #F1EADB; }
span { border-color: rgb(241,234,219); }
td.TdClassName
{
border-color: #F1EADB;
}
.TagClassName
{
border-color: #F1EADB;
}
</style>