Shades of Buttery White #F2ECDD
Tints of Buttery White #F2ECDD
RGB
CMYK
RGB Variations
Color information
#F2ECDD (or 0xF2ECDD) is known color: Buttery White. HEX triplet: F2, EC and DD. RGB value is (242,236,221). Sum of RGB (Red+Green+Blue) = 242+236+221=699 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.62% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECDD is #0D1322. Grayscale: #ECECEC. Windows color (decimal): -856867 or 14544114. OLE color: 14544114.
HSL color Cylindrical-coordinate representation of color #F2ECDD: hue angle of 42.86º degrees, saturation: 0.45, 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 #F2ECDD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 221 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.05 |
| HSL | 42.86º | 0.45% | 0.91% | - |
| HSV(B) | 42.86º | 0.09% | 0.95% | - |
| XYZ | 79.66 | 84.09 | 80.44 | - |
| YUV | 236.08 | 119.49 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 221 | 0 | 0.02 | 0.09 | 0.05 | 42.86 | 0.45 | 0.91 |
| Hex | F2 | EC | DD | 0 | 2 | 9 | 5 | 2B | 2D | 5B |
| Octal | 362 | 354 | 335 | 0 | 2 | 11 | 5 | 53 | 55 | 133 |
| Binary | 11110010 | 11101100 | 11011101 | 0 | 10 | 1001 | 101 | 101011 | 101101 | 1011011 |
Color Harmonies of #F2ECDD
Complementary color
Monochromatic Colors of #F2ECDD
Black with #F2ECDD
Text Example
Text Example
White with #F2ECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECDD; }
p { color: rgb(242,236,221); }
H1.HeaderClassName
{
color: #F2ECDD;
}
.AnyTagClassName
{
color: #F2ECDD;
}
</style>
background-color css
<style>
a { background-color: #F2ECDD; }
a { background-color: rgb(242,236,221); }
div.DivClassName
{
background-color: #F2ECDD;
}
.BgClassName
{
background-color: #F2ECDD;
}
</style>
border-color css
<style>
span { border-color: #F2ECDD; }
span { border-color: rgb(242,236,221); }
td.TdClassName
{
border-color: #F2ECDD;
}
.TagClassName
{
border-color: #F2ECDD;
}
</style>