Shades of Buttery White #F2ECDE
Tints of Buttery White #F2ECDE
RGB
CMYK
RGB Variations
Color information
#F2ECDE (or 0xF2ECDE) is known color: Buttery White. HEX triplet: F2, EC and DE. RGB value is (242,236,222). Sum of RGB (Red+Green+Blue) = 242+236+222=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECDE is #0D1321. Grayscale: #ECECEC. Windows color (decimal): -856866 or 14609650. OLE color: 14609650.
HSL color Cylindrical-coordinate representation of color #F2ECDE: hue angle of 42º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2ECDE is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 222 | - |
| CMYK | 0 | 0.02 | 0.08 | 0.05 |
| HSL | 42º | 0.43% | 0.91% | - |
| HSV(B) | 42º | 0.08% | 0.95% | - |
| XYZ | 79.8 | 84.14 | 81.14 | - |
| YUV | 236.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 222 | 0 | 0.02 | 0.08 | 0.05 | 42 | 0.43 | 0.91 |
| Hex | F2 | EC | DE | 0 | 2 | 8 | 5 | 2A | 2B | 5B |
| Octal | 362 | 354 | 336 | 0 | 2 | 10 | 5 | 52 | 53 | 133 |
| Binary | 11110010 | 11101100 | 11011110 | 0 | 10 | 1000 | 101 | 101010 | 101011 | 1011011 |
Color Harmonies of #F2ECDE
Complementary color
Monochromatic Colors of #F2ECDE
Black with #F2ECDE
Text Example
Text Example
White with #F2ECDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECDE; }
p { color: rgb(242,236,222); }
H1.HeaderClassName
{
color: #F2ECDE;
}
.AnyTagClassName
{
color: #F2ECDE;
}
</style>
background-color css
<style>
a { background-color: #F2ECDE; }
a { background-color: rgb(242,236,222); }
div.DivClassName
{
background-color: #F2ECDE;
}
.BgClassName
{
background-color: #F2ECDE;
}
</style>
border-color css
<style>
span { border-color: #F2ECDE; }
span { border-color: rgb(242,236,222); }
td.TdClassName
{
border-color: #F2ECDE;
}
.TagClassName
{
border-color: #F2ECDE;
}
</style>