Shades of Buttery White #F2ECDC
Tints of Buttery White #F2ECDC
RGB
CMYK
RGB Variations
Color information
#F2ECDC (or 0xF2ECDC) is known color: Buttery White. HEX triplet: F2, EC and DC. RGB value is (242,236,220). Sum of RGB (Red+Green+Blue) = 242+236+220=698 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.67% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2ECDC is #0D1323. Grayscale: #ECECEC. Windows color (decimal): -856868 or 14478578. OLE color: 14478578.
HSL color Cylindrical-coordinate representation of color #F2ECDC: hue angle of 43.64º 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 #F2ECDC is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 220 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.05 |
| HSL | 43.64º | 0.46% | 0.91% | - |
| HSV(B) | 43.64º | 0.09% | 0.95% | - |
| XYZ | 79.53 | 84.04 | 79.74 | - |
| YUV | 235.97 | 118.99 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 220 | 0 | 0.02 | 0.09 | 0.05 | 43.64 | 0.46 | 0.91 |
| Hex | F2 | EC | DC | 0 | 2 | 9 | 5 | 2C | 2E | 5B |
| Octal | 362 | 354 | 334 | 0 | 2 | 11 | 5 | 54 | 56 | 133 |
| Binary | 11110010 | 11101100 | 11011100 | 0 | 10 | 1001 | 101 | 101100 | 101110 | 1011011 |
Color Harmonies of #F2ECDC
Complementary color
Monochromatic Colors of #F2ECDC
Black with #F2ECDC
Text Example
Text Example
White with #F2ECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ECDC; }
p { color: rgb(242,236,220); }
H1.HeaderClassName
{
color: #F2ECDC;
}
.AnyTagClassName
{
color: #F2ECDC;
}
</style>
background-color css
<style>
a { background-color: #F2ECDC; }
a { background-color: rgb(242,236,220); }
div.DivClassName
{
background-color: #F2ECDC;
}
.BgClassName
{
background-color: #F2ECDC;
}
</style>
border-color css
<style>
span { border-color: #F2ECDC; }
span { border-color: rgb(242,236,220); }
td.TdClassName
{
border-color: #F2ECDC;
}
.TagClassName
{
border-color: #F2ECDC;
}
</style>