Shades of Buttery White #F2ECDA
Tints of Buttery White #F2ECDA
RGB
CMYK
RGB Variations
Color information
#F2ECDA (or 0xF2ECDA) is known color: Buttery White. HEX triplet: F2, EC and DA. RGB value is (242,236,218). Sum of RGB (Red+Green+Blue) = 242+236+218=696 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.77% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECDA is #0D1325. Grayscale: #EBEBEB. Windows color (decimal): -856870 or 14347506. OLE color: 14347506.
HSL color Cylindrical-coordinate representation of color #F2ECDA: hue angle of 45º degrees, saturation: 0.48, 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 #F2ECDA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 218 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.05 |
| HSL | 45º | 0.48% | 0.9% | - |
| HSV(B) | 45º | 0.1% | 0.95% | - |
| XYZ | 79.27 | 83.93 | 78.35 | - |
| YUV | 235.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 218 | 0 | 0.02 | 0.10 | 0.05 | 45 | 0.48 | 0.9 |
| Hex | F2 | EC | DA | 0 | 2 | A | 5 | 2D | 30 | 5A |
| Octal | 362 | 354 | 332 | 0 | 2 | 12 | 5 | 55 | 60 | 132 |
| Binary | 11110010 | 11101100 | 11011010 | 0 | 10 | 1010 | 101 | 101101 | 110000 | 1011010 |
Color Harmonies of #F2ECDA
Complementary color
Monochromatic Colors of #F2ECDA
Black with #F2ECDA
Text Example
Text Example
White with #F2ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECDA; }
p { color: rgb(242,236,218); }
H1.HeaderClassName
{
color: #F2ECDA;
}
.AnyTagClassName
{
color: #F2ECDA;
}
</style>
background-color css
<style>
a { background-color: #F2ECDA; }
a { background-color: rgb(242,236,218); }
div.DivClassName
{
background-color: #F2ECDA;
}
.BgClassName
{
background-color: #F2ECDA;
}
</style>
border-color css
<style>
span { border-color: #F2ECDA; }
span { border-color: rgb(242,236,218); }
td.TdClassName
{
border-color: #F2ECDA;
}
.TagClassName
{
border-color: #F2ECDA;
}
</style>