Shades of Buttery White #F2EBDB
Tints of Buttery White #F2EBDB
RGB
CMYK
RGB Variations
Color information
#F2EBDB (or 0xF2EBDB) is known color: Buttery White. HEX triplet: F2, EB and DB. RGB value is (242,235,219). Sum of RGB (Red+Green+Blue) = 242+235+219=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 235 (92.19% from 255 or 33.76% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBDB is #0D1424. Grayscale: #EBEBEB. Windows color (decimal): -857125 or 14412786. OLE color: 14412786.
HSL color Cylindrical-coordinate representation of color #F2EBDB: hue angle of 41.74º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2EBDB is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 219 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.05 |
| HSL | 41.74º | 0.47% | 0.9% | - |
| HSV(B) | 41.74º | 0.1% | 0.95% | - |
| XYZ | 79.11 | 83.41 | 78.95 | - |
| YUV | 235.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 219 | 0 | 0.03 | 0.10 | 0.05 | 41.74 | 0.47 | 0.9 |
| Hex | F2 | EB | DB | 0 | 3 | A | 5 | 2A | 2F | 5A |
| Octal | 362 | 353 | 333 | 0 | 3 | 12 | 5 | 52 | 57 | 132 |
| Binary | 11110010 | 11101011 | 11011011 | 0 | 11 | 1010 | 101 | 101010 | 101111 | 1011010 |
Color Harmonies of #F2EBDB
Complementary color
Monochromatic Colors of #F2EBDB
Black with #F2EBDB
Text Example
Text Example
White with #F2EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBDB; }
p { color: rgb(242,235,219); }
H1.HeaderClassName
{
color: #F2EBDB;
}
.AnyTagClassName
{
color: #F2EBDB;
}
</style>
background-color css
<style>
a { background-color: #F2EBDB; }
a { background-color: rgb(242,235,219); }
div.DivClassName
{
background-color: #F2EBDB;
}
.BgClassName
{
background-color: #F2EBDB;
}
</style>
border-color css
<style>
span { border-color: #F2EBDB; }
span { border-color: rgb(242,235,219); }
td.TdClassName
{
border-color: #F2EBDB;
}
.TagClassName
{
border-color: #F2EBDB;
}
</style>