#F3F0DE

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

Shades of Rice Cake #F3F0DE

Tints of Rice Cake #F3F0DE

Color information

#F3F0DE (or 0xF3F0DE) is unknown color: approx Rice Cake. HEX triplet: F3, F0 and DE. RGB value is (243,240,222). Sum of RGB (Red+Green+Blue) = 243+240+222=705 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.47% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0DE is #0C0F21. Grayscale: #EEEEEE. Windows color (decimal): -790306 or 14610675. OLE color: 14610675.

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

Color convert

RGB243240222-
CMYK00.010.090.05
HSL51.43º46.67%91.18%-
HSV(B)51.43º8.64%95.29%-
XYZ81.3186.6581.55-
YUV238.84118.49130.96-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.47%
GREEN value IS 240 (94.14% from 255) = 34.04%
BLUE value IS 222 (87.11% from 255) = 31.49%
R=34.47%
G=34.04%
B=31.49%

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
Decimal24324022200.010.090.0551.4346.6791.18
HexF3F0DE0195332f5b
Octal363360336011156357133
Binary1111001111110000110111100110011011100111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0DE; }

 p { color: rgb(243,240,222); }

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

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

 a { background-color: rgb(243,240,222); }

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

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

 span { border-color: rgb(243,240,222); }

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