#F1EDDD

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

Shades of Rice Cake #F1EDDD

Tints of Rice Cake #F1EDDD

Color information

#F1EDDD (or 0xF1EDDD) is unknown color: approx Rice Cake. HEX triplet: F1, ED and DD. RGB value is (241,237,221). Sum of RGB (Red+Green+Blue) = 241+237+221=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDDD is #0E1222. Grayscale: #ECECEC. Windows color (decimal): -922147 or 14544369. OLE color: 14544369.

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

Color convert

RGB241237221-
CMYK00.020.080.05
HSL48º41.67%90.59%-
HSV(B)48º8.3%94.51%-
XYZ79.6184.4980.52-
YUV236.37119.33131.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.48%
GREEN value IS 237 (92.97% from 255) = 33.91%
BLUE value IS 221 (86.72% from 255) = 31.62%
R=34.48%
G=33.91%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123722100.020.080.054841.6790.59
HexF1EDDD0285302a5b
Octal361355335021056052133
Binary11110001111011011101110101010001011100001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDDD; }

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

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

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

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

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

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

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

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