#F0EDDD

Color #F0EDDD Rice Cake (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Cake #F0EDDD

Tints of Rice Cake #F0EDDD

Color information

#F0EDDD (or 0xF0EDDD) is unknown color: approx Rice Cake. HEX triplet: F0, ED and DD. RGB value is (240,237,221). Sum of RGB (Red+Green+Blue) = 240+237+221=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDD is #0F1222. Grayscale: #ECECEC. Windows color (decimal): -987683 or 14544368. OLE color: 14544368.

HSL color Cylindrical-coordinate representation of color #F0EDDD: hue angle of 50.53º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0EDDD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240237221-
CMYK00.010.080.06
HSL50.53º38.78%90.39%-
HSV(B)50.53º7.92%94.12%-
XYZ79.2784.3180.5-
YUV236.07119.49130.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 237 (92.97% from 255) = 33.95%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=34.38%
G=33.95%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023722100.010.080.0650.5338.7890.39
HexF0EDDD018633275a
Octal360355335011066347132
Binary1111000011101101110111010110001101100111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDDD; }

 p { color: rgb(240,237,221); }

 H1.HeaderClassName
 {
   color: #F0EDDD;
 }
 .AnyTagClassName
 {
   color: #F0EDDD;
 }
</style>
background-color css

<style>
 a { background-color: #F0EDDD; }

 a { background-color: rgb(240,237,221); }

 div.DivClassName
 {
   background-color: #F0EDDD;
 }
 .BgClassName
 {
   background-color: #F0EDDD;
 }
</style>
border-color css

<style>
 span { border-color: #F0EDDD; }

 span { border-color: rgb(240,237,221); }

 td.TdClassName
 {
   border-color: #F0EDDD;
 }
 .TagClassName
 {
   border-color: #F0EDDD;
 }
</style>