Shades of Buttery White #F2EBDC
Tints of Buttery White #F2EBDC
RGB
CMYK
RGB Variations
Color information
#F2EBDC (or 0xF2EBDC) is known color: Buttery White. HEX triplet: F2, EB and DC. RGB value is (242,235,220). Sum of RGB (Red+Green+Blue) = 242+235+220=697 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.72% from 697); Green value is 235 (92.19% from 255 or 33.72% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EBDC is #0D1423. Grayscale: #EBEBEB. Windows color (decimal): -857124 or 14478322. OLE color: 14478322.
HSL color Cylindrical-coordinate representation of color #F2EBDC: hue angle of 40.91º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2EBDC is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 235 | 220 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.05 |
| HSL | 40.91º | 0.46% | 0.91% | - |
| HSV(B) | 40.91º | 0.09% | 0.95% | - |
| XYZ | 79.24 | 83.46 | 79.64 | - |
| YUV | 235.38 | 119.32 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 235 | 220 | 0 | 0.03 | 0.09 | 0.05 | 40.91 | 0.46 | 0.91 |
| Hex | F2 | EB | DC | 0 | 3 | 9 | 5 | 29 | 2E | 5B |
| Octal | 362 | 353 | 334 | 0 | 3 | 11 | 5 | 51 | 56 | 133 |
| Binary | 11110010 | 11101011 | 11011100 | 0 | 11 | 1001 | 101 | 101001 | 101110 | 1011011 |
Color Harmonies of #F2EBDC
Complementary color
Monochromatic Colors of #F2EBDC
Black with #F2EBDC
Text Example
Text Example
White with #F2EBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EBDC; }
p { color: rgb(242,235,220); }
H1.HeaderClassName
{
color: #F2EBDC;
}
.AnyTagClassName
{
color: #F2EBDC;
}
</style>
background-color css
<style>
a { background-color: #F2EBDC; }
a { background-color: rgb(242,235,220); }
div.DivClassName
{
background-color: #F2EBDC;
}
.BgClassName
{
background-color: #F2EBDC;
}
</style>
border-color css
<style>
span { border-color: #F2EBDC; }
span { border-color: rgb(242,235,220); }
td.TdClassName
{
border-color: #F2EBDC;
}
.TagClassName
{
border-color: #F2EBDC;
}
</style>