Shades of Buttery White #F0EADD
Tints of Buttery White #F0EADD
RGB
CMYK
RGB Variations
Color information
#F0EADD (or 0xF0EADD) is known color: Buttery White. HEX triplet: F0, EA and DD. RGB value is (240,234,221). Sum of RGB (Red+Green+Blue) = 240+234+221=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EADD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EADD is #0F1522. Grayscale: #EAEAEA. Windows color (decimal): -988451 or 14543600. OLE color: 14543600.
HSL color Cylindrical-coordinate representation of color #F0EADD: hue angle of 41.05º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0EADD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 234 | 221 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.06 |
| HSL | 41.05º | 0.39% | 0.9% | - |
| HSV(B) | 41.05º | 0.08% | 0.94% | - |
| XYZ | 78.41 | 82.59 | 80.22 | - |
| YUV | 234.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 234 | 221 | 0 | 0.02 | 0.08 | 0.06 | 41.05 | 0.39 | 0.9 |
| Hex | F0 | EA | DD | 0 | 2 | 8 | 6 | 29 | 27 | 5A |
| Octal | 360 | 352 | 335 | 0 | 2 | 10 | 6 | 51 | 47 | 132 |
| Binary | 11110000 | 11101010 | 11011101 | 0 | 10 | 1000 | 110 | 101001 | 100111 | 1011010 |
Color Harmonies of #F0EADD
Complementary color
Monochromatic Colors of #F0EADD
Black with #F0EADD
Text Example
Text Example
White with #F0EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EADD; }
p { color: rgb(240,234,221); }
H1.HeaderClassName
{
color: #F0EADD;
}
.AnyTagClassName
{
color: #F0EADD;
}
</style>
background-color css
<style>
a { background-color: #F0EADD; }
a { background-color: rgb(240,234,221); }
div.DivClassName
{
background-color: #F0EADD;
}
.BgClassName
{
background-color: #F0EADD;
}
</style>
border-color css
<style>
span { border-color: #F0EADD; }
span { border-color: rgb(240,234,221); }
td.TdClassName
{
border-color: #F0EADD;
}
.TagClassName
{
border-color: #F0EADD;
}
</style>