#F3F0DF

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

Shades of Rice Cake #F3F0DF

Tints of Rice Cake #F3F0DF

Color information

#F3F0DF (or 0xF3F0DF) is unknown color: approx Rice Cake. HEX triplet: F3, F0 and DF. RGB value is (243,240,223). Sum of RGB (Red+Green+Blue) = 243+240+223=706 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.42% from 706); Green value is 240 (94.14% from 255 or 33.99% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0DF is #0C0F20. Grayscale: #EFEFEF. Windows color (decimal): -790305 or 14676211. OLE color: 14676211.

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

Color convert

RGB243240223-
CMYK00.010.080.05
HSL51º45.45%91.37%-
HSV(B)51º8.23%95.29%-
XYZ81.4486.782.25-
YUV238.96118.99130.88-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.42%
GREEN value IS 240 (94.14% from 255) = 33.99%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=34.42%
G=33.99%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324022300.010.080.055145.4591.37
HexF3F0DF0185332d5b
Octal363360337011056355133
Binary1111001111110000110111110110001011100111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0DF; }

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

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

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

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

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

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

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

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