#F0ECDA

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

Shades of Rice Cake #F0ECDA

Tints of Rice Cake #F0ECDA

Color information

#F0ECDA (or 0xF0ECDA) is unknown color: approx Rice Cake. HEX triplet: F0, EC and DA. RGB value is (240,236,218). Sum of RGB (Red+Green+Blue) = 240+236+218=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECDA is #0F1325. Grayscale: #EBEBEB. Windows color (decimal): -987942 or 14347504. OLE color: 14347504.

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

Color convert

RGB240236218-
CMYK00.020.090.06
HSL49.09º42.31%89.8%-
HSV(B)49.09º9.17%94.12%-
XYZ78.5983.5878.32-
YUV235.14118.33131.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.58%
GREEN value IS 236 (92.58% from 255) = 34.01%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=34.58%
G=34.01%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023621800.020.090.0649.0942.3189.8
HexF0ECDA0296312a5a
Octal360354332021166152132
Binary11110000111011001101101001010011101100011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0ECDA; }

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

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

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

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

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

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

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

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