Shades of Buttery White #F4EDDC
Tints of Buttery White #F4EDDC
RGB
CMYK
RGB Variations
Color information
#F4EDDC (or 0xF4EDDC) is known color: Buttery White. HEX triplet: F4, ED and DC. RGB value is (244,237,220). Sum of RGB (Red+Green+Blue) = 244+237+220=701 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.81% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EDDC is #0B1223. Grayscale: #EDEDED. Windows color (decimal): -725540 or 14478836. OLE color: 14478836.
HSL color Cylindrical-coordinate representation of color #F4EDDC: hue angle of 42.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4EDDC is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 220 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.04 |
| HSL | 42.5º | 0.52% | 0.91% | - |
| HSV(B) | 42.5º | 0.1% | 0.96% | - |
| XYZ | 80.51 | 84.97 | 79.87 | - |
| YUV | 237.16 | 118.32 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 220 | 0 | 0.03 | 0.10 | 0.04 | 42.5 | 0.52 | 0.91 |
| Hex | F4 | ED | DC | 0 | 3 | A | 4 | 2A | 34 | 5B |
| Octal | 364 | 355 | 334 | 0 | 3 | 12 | 4 | 52 | 64 | 133 |
| Binary | 11110100 | 11101101 | 11011100 | 0 | 11 | 1010 | 100 | 101010 | 110100 | 1011011 |
Color Harmonies of #F4EDDC
Complementary color
Monochromatic Colors of #F4EDDC
Black with #F4EDDC
Text Example
Text Example
White with #F4EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4EDDC; }
p { color: rgb(244,237,220); }
H1.HeaderClassName
{
color: #F4EDDC;
}
.AnyTagClassName
{
color: #F4EDDC;
}
</style>
background-color css
<style>
a { background-color: #F4EDDC; }
a { background-color: rgb(244,237,220); }
div.DivClassName
{
background-color: #F4EDDC;
}
.BgClassName
{
background-color: #F4EDDC;
}
</style>
border-color css
<style>
span { border-color: #F4EDDC; }
span { border-color: rgb(244,237,220); }
td.TdClassName
{
border-color: #F4EDDC;
}
.TagClassName
{
border-color: #F4EDDC;
}
</style>