Shades of Buttery White #F5EDD8
Tints of Buttery White #F5EDD8
RGB
CMYK
RGB Variations
Color information
#F5EDD8 (or 0xF5EDD8) is known color: Buttery White. HEX triplet: F5, ED and D8. RGB value is (245,237,216). Sum of RGB (Red+Green+Blue) = 245+237+216=698 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.10% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDD8 is #0A1227. Grayscale: #EDEDED. Windows color (decimal): -660008 or 14216693. OLE color: 14216693.
HSL color Cylindrical-coordinate representation of color #F5EDD8: hue angle of 43.45º degrees, saturation: 0.59, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5EDD8 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 216 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.04 |
| HSL | 43.45º | 0.59% | 0.9% | - |
| HSV(B) | 43.45º | 0.12% | 0.96% | - |
| XYZ | 80.34 | 84.94 | 77.13 | - |
| YUV | 237 | 116.15 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 216 | 0 | 0.03 | 0.12 | 0.04 | 43.45 | 0.59 | 0.9 |
| Hex | F5 | ED | D8 | 0 | 3 | C | 4 | 2B | 3B | 5A |
| Octal | 365 | 355 | 330 | 0 | 3 | 14 | 4 | 53 | 73 | 132 |
| Binary | 11110101 | 11101101 | 11011000 | 0 | 11 | 1100 | 100 | 101011 | 111011 | 1011010 |
Color Harmonies of #F5EDD8
Complementary color
Monochromatic Colors of #F5EDD8
Black with #F5EDD8
Text Example
Text Example
White with #F5EDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EDD8; }
p { color: rgb(245,237,216); }
H1.HeaderClassName
{
color: #F5EDD8;
}
.AnyTagClassName
{
color: #F5EDD8;
}
</style>
background-color css
<style>
a { background-color: #F5EDD8; }
a { background-color: rgb(245,237,216); }
div.DivClassName
{
background-color: #F5EDD8;
}
.BgClassName
{
background-color: #F5EDD8;
}
</style>
border-color css
<style>
span { border-color: #F5EDD8; }
span { border-color: rgb(245,237,216); }
td.TdClassName
{
border-color: #F5EDD8;
}
.TagClassName
{
border-color: #F5EDD8;
}
</style>