#F1EDDB

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

Shades of Rice Cake #F1EDDB

Tints of Rice Cake #F1EDDB

Color information

#F1EDDB (or 0xF1EDDB) is unknown color: approx Rice Cake. HEX triplet: F1, ED and DB. RGB value is (241,237,219). Sum of RGB (Red+Green+Blue) = 241+237+219=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDDB is #0E1224. Grayscale: #ECECEC. Windows color (decimal): -922149 or 14413297. OLE color: 14413297.

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

Color convert

RGB241237219-
CMYK00.020.090.05
HSL49.09º44%90.2%-
HSV(B)49.09º9.13%94.51%-
XYZ79.3584.3879.12-
YUV236.14118.33131.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.58%
GREEN value IS 237 (92.97% from 255) = 34.00%
BLUE value IS 219 (85.94% from 255) = 31.42%
R=34.58%
G=34.00%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123721900.020.090.0549.094490.2
HexF1EDDB0295312c5a
Octal361355333021156154132
Binary11110001111011011101101101010011011100011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDDB; }

 p { color: rgb(241,237,219); }

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

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

 a { background-color: rgb(241,237,219); }

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

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

 span { border-color: rgb(241,237,219); }

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