Shades of Rice Cake #F2EFDE
Tints of Rice Cake #F2EFDE
RGB
CMYK
RGB Variations
Color information
#F2EFDE (or 0xF2EFDE) is known color: Rice Cake. HEX triplet: F2, EF and DE. RGB value is (242,239,222). Sum of RGB (Red+Green+Blue) = 242+239+222=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFDE is #0D1021. Grayscale: #EEEEEE. Windows color (decimal): -856098 or 14610418. OLE color: 14610418.
HSL color Cylindrical-coordinate representation of color #F2EFDE: hue angle of 51º 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 #F2EFDE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 222 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.05 |
| HSL | 51º | 0.43% | 0.91% | - |
| HSV(B) | 51º | 0.08% | 0.95% | - |
| XYZ | 80.67 | 85.88 | 81.43 | - |
| YUV | 237.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 222 | 0 | 0.01 | 0.08 | 0.05 | 51 | 0.43 | 0.91 |
| Hex | F2 | EF | DE | 0 | 1 | 8 | 5 | 33 | 2B | 5B |
| Octal | 362 | 357 | 336 | 0 | 1 | 10 | 5 | 63 | 53 | 133 |
| Binary | 11110010 | 11101111 | 11011110 | 0 | 1 | 1000 | 101 | 110011 | 101011 | 1011011 |
Color Harmonies of #F2EFDE
Complementary color
Monochromatic Colors of #F2EFDE
Black with #F2EFDE
Text Example
Text Example
White with #F2EFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFDE; }
p { color: rgb(242,239,222); }
H1.HeaderClassName
{
color: #F2EFDE;
}
.AnyTagClassName
{
color: #F2EFDE;
}
</style>
background-color css
<style>
a { background-color: #F2EFDE; }
a { background-color: rgb(242,239,222); }
div.DivClassName
{
background-color: #F2EFDE;
}
.BgClassName
{
background-color: #F2EFDE;
}
</style>
border-color css
<style>
span { border-color: #F2EFDE; }
span { border-color: rgb(242,239,222); }
td.TdClassName
{
border-color: #F2EFDE;
}
.TagClassName
{
border-color: #F2EFDE;
}
</style>