#F1EFDF

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

Shades of Rice Cake #F1EFDF

Tints of Rice Cake #F1EFDF

Color information

#F1EFDF (or 0xF1EFDF) is unknown color: approx Rice Cake. HEX triplet: F1, EF and DF. RGB value is (241,239,223). Sum of RGB (Red+Green+Blue) = 241+239+223=703 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.28% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 223 (87.5% from 255 or 31.72% from 703); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EFDF is #0E1020. Grayscale: #EDEDED. Windows color (decimal): -921633 or 14675953. OLE color: 14675953.

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

Color convert

RGB241239223-
CMYK00.010.070.05
HSL53.33º39.13%90.98%-
HSV(B)53.33º7.47%94.51%-
XYZ80.4685.7682.12-
YUV237.77119.66130.3-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.28%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 223 (87.5% from 255) = 31.72%
R=34.28%
G=34.00%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123922300.010.070.0553.3339.1390.98
HexF1EFDF017535275b
Octal36135733701756547133
Binary111100011110111111011111011111011101011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EFDF; }

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

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

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

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

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

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

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

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