Shades of Rice Cake #F3EFDA
Tints of Rice Cake #F3EFDA
RGB
CMYK
RGB Variations
Color information
#F3EFDA (or 0xF3EFDA) is known color: Rice Cake. HEX triplet: F3, EF and DA. RGB value is (243,239,218). Sum of RGB (Red+Green+Blue) = 243+239+218=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EFDA is #0C1025. Grayscale: #EDEDED. Windows color (decimal): -790566 or 14348275. OLE color: 14348275.
HSL color Cylindrical-coordinate representation of color #F3EFDA: hue angle of 50.4º degrees, saturation: 0.51, 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 #F3EFDA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 239 | 218 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.05 |
| HSL | 50.4º | 0.51% | 0.9% | - |
| HSV(B) | 50.4º | 0.1% | 0.95% | - |
| XYZ | 80.48 | 85.85 | 78.66 | - |
| YUV | 237.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 239 | 218 | 0 | 0.02 | 0.10 | 0.05 | 50.4 | 0.51 | 0.9 |
| Hex | F3 | EF | DA | 0 | 2 | A | 5 | 32 | 33 | 5A |
| Octal | 363 | 357 | 332 | 0 | 2 | 12 | 5 | 62 | 63 | 132 |
| Binary | 11110011 | 11101111 | 11011010 | 0 | 10 | 1010 | 101 | 110010 | 110011 | 1011010 |
Color Harmonies of #F3EFDA
Complementary color
Monochromatic Colors of #F3EFDA
Black with #F3EFDA
Text Example
Text Example
White with #F3EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EFDA; }
p { color: rgb(243,239,218); }
H1.HeaderClassName
{
color: #F3EFDA;
}
.AnyTagClassName
{
color: #F3EFDA;
}
</style>
background-color css
<style>
a { background-color: #F3EFDA; }
a { background-color: rgb(243,239,218); }
div.DivClassName
{
background-color: #F3EFDA;
}
.BgClassName
{
background-color: #F3EFDA;
}
</style>
border-color css
<style>
span { border-color: #F3EFDA; }
span { border-color: rgb(243,239,218); }
td.TdClassName
{
border-color: #F3EFDA;
}
.TagClassName
{
border-color: #F3EFDA;
}
</style>