Shades of Buttery White #F3EBDB
Tints of Buttery White #F3EBDB
RGB
CMYK
RGB Variations
Color information
#F3EBDB (or 0xF3EBDB) is known color: Buttery White. HEX triplet: F3, EB and DB. RGB value is (243,235,219). Sum of RGB (Red+Green+Blue) = 243+235+219=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EBDB is #0C1424. Grayscale: #EBEBEB. Windows color (decimal): -791589 or 14412787. OLE color: 14412787.
HSL color Cylindrical-coordinate representation of color #F3EBDB: hue angle of 40º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3EBDB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 243 | 235 | 219 | - |
CMYK | 0 | 0.03 | 0.10 | 0.05 |
HSL | 40º | 0.5% | 0.91% | - |
HSV(B) | 40º | 0.1% | 0.95% | - |
XYZ | 79.46 | 83.59 | 78.96 | - |
YUV | 235.57 | 118.65 | 133.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 243 | 235 | 219 | 0 | 0.03 | 0.10 | 0.05 | 40 | 0.5 | 0.91 |
Hex | F3 | EB | DB | 0 | 3 | A | 5 | 28 | 32 | 5B |
Octal | 363 | 353 | 333 | 0 | 3 | 12 | 5 | 50 | 62 | 133 |
Binary | 11110011 | 11101011 | 11011011 | 0 | 11 | 1010 | 101 | 101000 | 110010 | 1011011 |
Color Harmonies of #F3EBDB
Complementary color
Monochromatic Colors of #F3EBDB
Black with #F3EBDB
Text Example
Text Example
White with #F3EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EBDB; }
p { color: rgb(243,235,219); }
H1.HeaderClassName
{
color: #F3EBDB;
}
.AnyTagClassName
{
color: #F3EBDB;
}
</style>
background-color css
<style>
a { background-color: #F3EBDB; }
a { background-color: rgb(243,235,219); }
div.DivClassName
{
background-color: #F3EBDB;
}
.BgClassName
{
background-color: #F3EBDB;
}
</style>
border-color css
<style>
span { border-color: #F3EBDB; }
span { border-color: rgb(243,235,219); }
td.TdClassName
{
border-color: #F3EBDB;
}
.TagClassName
{
border-color: #F3EBDB;
}
</style>