Shades of Buttery White #F5EDDB
Tints of Buttery White #F5EDDB
RGB
CMYK
RGB Variations
Color information
#F5EDDB (or 0xF5EDDB) is known color: Buttery White. HEX triplet: F5, ED and DB. RGB value is (245,237,219). Sum of RGB (Red+Green+Blue) = 245+237+219=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDDB is #0A1224. Grayscale: #EDEDED. Windows color (decimal): -660005 or 14413301. OLE color: 14413301.
HSL color Cylindrical-coordinate representation of color #F5EDDB: hue angle of 41.54º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F5EDDB is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 237 | 219 | - |
CMYK | 0 | 0.03 | 0.11 | 0.04 |
HSL | 41.54º | 0.57% | 0.91% | - |
HSV(B) | 41.54º | 0.11% | 0.96% | - |
XYZ | 80.73 | 85.1 | 79.19 | - |
YUV | 237.34 | 117.65 | 133.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 237 | 219 | 0 | 0.03 | 0.11 | 0.04 | 41.54 | 0.57 | 0.91 |
Hex | F5 | ED | DB | 0 | 3 | B | 4 | 2A | 39 | 5B |
Octal | 365 | 355 | 333 | 0 | 3 | 13 | 4 | 52 | 71 | 133 |
Binary | 11110101 | 11101101 | 11011011 | 0 | 11 | 1011 | 100 | 101010 | 111001 | 1011011 |
Color Harmonies of #F5EDDB
Complementary color
Monochromatic Colors of #F5EDDB
Black with #F5EDDB
Text Example
Text Example
White with #F5EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDDB; }
p { color: rgb(245,237,219); }
H1.HeaderClassName
{
color: #F5EDDB;
}
.AnyTagClassName
{
color: #F5EDDB;
}
</style>
background-color css
<style>
a { background-color: #F5EDDB; }
a { background-color: rgb(245,237,219); }
div.DivClassName
{
background-color: #F5EDDB;
}
.BgClassName
{
background-color: #F5EDDB;
}
</style>
border-color css
<style>
span { border-color: #F5EDDB; }
span { border-color: rgb(245,237,219); }
td.TdClassName
{
border-color: #F5EDDB;
}
.TagClassName
{
border-color: #F5EDDB;
}
</style>