Shades of Rice Cake #F3EFDD
Tints of Rice Cake #F3EFDD
RGB
CMYK
RGB Variations
Color information
#F3EFDD (or 0xF3EFDD) is known color: Rice Cake. HEX triplet: F3, EF and DD. RGB value is (243,239,221). Sum of RGB (Red+Green+Blue) = 243+239+221=703 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.57% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EFDD is #0C1022. Grayscale: #EEEEEE. Windows color (decimal): -790563 or 14544883. OLE color: 14544883.
HSL color Cylindrical-coordinate representation of color #F3EFDD: hue angle of 49.09º degrees, saturation: 0.48, 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 #F3EFDD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 239 | 221 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.05 |
| HSL | 49.09º | 0.48% | 0.91% | - |
| HSV(B) | 49.09º | 0.09% | 0.95% | - |
| XYZ | 80.88 | 86.01 | 80.75 | - |
| YUV | 238.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 239 | 221 | 0 | 0.02 | 0.09 | 0.05 | 49.09 | 0.48 | 0.91 |
| Hex | F3 | EF | DD | 0 | 2 | 9 | 5 | 31 | 30 | 5B |
| Octal | 363 | 357 | 335 | 0 | 2 | 11 | 5 | 61 | 60 | 133 |
| Binary | 11110011 | 11101111 | 11011101 | 0 | 10 | 1001 | 101 | 110001 | 110000 | 1011011 |
Color Harmonies of #F3EFDD
Complementary color
Monochromatic Colors of #F3EFDD
Black with #F3EFDD
Text Example
Text Example
White with #F3EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EFDD; }
p { color: rgb(243,239,221); }
H1.HeaderClassName
{
color: #F3EFDD;
}
.AnyTagClassName
{
color: #F3EFDD;
}
</style>
background-color css
<style>
a { background-color: #F3EFDD; }
a { background-color: rgb(243,239,221); }
div.DivClassName
{
background-color: #F3EFDD;
}
.BgClassName
{
background-color: #F3EFDD;
}
</style>
border-color css
<style>
span { border-color: #F3EFDD; }
span { border-color: rgb(243,239,221); }
td.TdClassName
{
border-color: #F3EFDD;
}
.TagClassName
{
border-color: #F3EFDD;
}
</style>