#F2F0DF

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

Shades of Rice Cake #F2F0DF

Tints of Rice Cake #F2F0DF

Color information

#F2F0DF (or 0xF2F0DF) is unknown color: approx Rice Cake. HEX triplet: F2, F0 and DF. RGB value is (242,240,223). Sum of RGB (Red+Green+Blue) = 242+240+223=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DF is #0D0F20. Grayscale: #EEEEEE. Windows color (decimal): -855841 or 14676210. OLE color: 14676210.

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

Color convert

RGB242240223-
CMYK00.010.080.05
HSL53.68º42.22%91.18%-
HSV(B)53.68º7.85%94.9%-
XYZ81.186.5382.24-
YUV238.66119.16130.38-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.33%
GREEN value IS 240 (94.14% from 255) = 34.04%
BLUE value IS 223 (87.5% from 255) = 31.63%
R=34.33%
G=34.04%
B=31.63%

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
Decimal24224022300.010.080.0553.6842.2291.18
HexF2F0DF0185362a5b
Octal362360337011056652133
Binary1111001011110000110111110110001011101101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0DF; }

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

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

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

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

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

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

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

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