#F0ECDD

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

Shades of Rice Cake #F0ECDD

Tints of Rice Cake #F0ECDD

Color information

#F0ECDD (or 0xF0ECDD) is unknown color: approx Rice Cake. HEX triplet: F0, EC and DD. RGB value is (240,236,221). Sum of RGB (Red+Green+Blue) = 240+236+221=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECDD is #0F1322. Grayscale: #EBEBEB. Windows color (decimal): -987939 or 14544112. OLE color: 14544112.

HSL color Cylindrical-coordinate representation of color #F0ECDD: hue angle of 47.37º 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 #F0ECDD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240236221-
CMYK00.020.080.06
HSL47.37º38.78%90.39%-
HSV(B)47.37º7.92%94.12%-
XYZ78.9883.7480.41-
YUV235.49119.83131.22-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 236 (92.58% from 255) = 33.86%
BLUE value IS 221 (86.72% from 255) = 31.71%
R=34.43%
G=33.86%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023622100.020.080.0647.3738.7890.39
HexF0ECDD02862f275a
Octal360354335021065747132
Binary11110000111011001101110101010001101011111001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ECDD; }

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

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

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

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

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

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

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

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