#F4F1DE

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

Shades of Rice Cake #F4F1DE

Tints of Rice Cake #F4F1DE

Color information

#F4F1DE (or 0xF4F1DE) is unknown color: approx Rice Cake. HEX triplet: F4, F1 and DE. RGB value is (244,241,222). Sum of RGB (Red+Green+Blue) = 244+241+222=707 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.51% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 244 - color contains mainly: red. Hex color #F4F1DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F1DE is #0B0E21. Grayscale: #EFEFEF. Windows color (decimal): -724514 or 14610932. OLE color: 14610932.

HSL color Cylindrical-coordinate representation of color #F4F1DE: hue angle of 51.82º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4F1DE is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB244241222-
CMYK00.010.090.04
HSL51.82º50%91.37%-
HSV(B)51.82º9.02%95.69%-
XYZ81.9587.4281.66-
YUV239.73117.99131.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.51%
GREEN value IS 241 (94.53% from 255) = 34.09%
BLUE value IS 222 (87.11% from 255) = 31.40%
R=34.51%
G=34.09%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24424122200.010.090.0451.825091.37
HexF4F1DE019434325b
Octal364361336011146462133
Binary1111010011110001110111100110011001101001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F1DE; }

 p { color: rgb(244,241,222); }

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

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

 a { background-color: rgb(244,241,222); }

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

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

 span { border-color: rgb(244,241,222); }

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