#F1EFDC

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

Shades of Rice Cake #F1EFDC

Tints of Rice Cake #F1EFDC

Color information

#F1EFDC (or 0xF1EFDC) is unknown color: approx Rice Cake. HEX triplet: F1, EF and DC. RGB value is (241,239,220). Sum of RGB (Red+Green+Blue) = 241+239+220=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFDC is #0E1023. Grayscale: #EDEDED. Windows color (decimal): -921636 or 14479345. OLE color: 14479345.

HSL color Cylindrical-coordinate representation of color #F1EFDC: hue angle of 54.29º degrees, saturation: 0.43, 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 #F1EFDC is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241239220-
CMYK00.010.090.05
HSL54.29º42.86%90.39%-
HSV(B)54.29º8.71%94.51%-
XYZ80.0685.680.01-
YUV237.43118.16130.54-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 239 (93.75% from 255) = 34.14%
BLUE value IS 220 (86.33% from 255) = 31.43%
R=34.43%
G=34.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123922000.010.090.0554.2942.8690.39
HexF1EFDC0195362b5a
Octal361357334011156653132
Binary1111000111101111110111000110011011101101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFDC; }

 p { color: rgb(241,239,220); }

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

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

 a { background-color: rgb(241,239,220); }

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

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

 span { border-color: rgb(241,239,220); }

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