#F0EDDC

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

Shades of Rice Cake #F0EDDC

Tints of Rice Cake #F0EDDC

Color information

#F0EDDC (or 0xF0EDDC) is unknown color: approx Rice Cake. HEX triplet: F0, ED and DC. RGB value is (240,237,220). Sum of RGB (Red+Green+Blue) = 240+237+220=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDC is #0F1223. Grayscale: #ECECEC. Windows color (decimal): -987684 or 14478832. OLE color: 14478832.

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

Color convert

RGB240237220-
CMYK00.010.080.06
HSL51º40%90.2%-
HSV(B)51º8.33%94.12%-
XYZ79.1484.2679.8-
YUV235.96118.99130.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 220 (86.33% from 255) = 31.56%
R=34.43%
G=34.00%
B=31.56%

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
Decimal24023722000.010.080.06514090.2
HexF0EDDC018633285a
Octal360355334011066350132
Binary1111000011101101110111000110001101100111010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EDDC; }

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

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

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

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

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

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

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

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