#F2F0DE

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

Shades of Rice Cake #F2F0DE

Tints of Rice Cake #F2F0DE

Color information

#F2F0DE (or 0xF2F0DE) is unknown color: approx Rice Cake. HEX triplet: F2, F0 and DE. RGB value is (242,240,222). Sum of RGB (Red+Green+Blue) = 242+240+222=704 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.38% from 704); Green value is 240 (94.14% from 255 or 34.09% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DE is #0D0F21. Grayscale: #EEEEEE. Windows color (decimal): -855842 or 14610674. OLE color: 14610674.

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

Color convert

RGB242240222-
CMYK00.010.080.05
HSL54º43.48%90.98%-
HSV(B)54º8.26%94.9%-
XYZ80.9686.4781.53-
YUV238.55118.66130.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.38%
GREEN value IS 240 (94.14% from 255) = 34.09%
BLUE value IS 222 (87.11% from 255) = 31.53%
R=34.38%
G=34.09%
B=31.53%

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
Decimal24224022200.010.080.055443.4890.98
HexF2F0DE0185362b5b
Octal362360336011056653133
Binary1111001011110000110111100110001011101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0DE; }

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

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

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

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

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

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

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

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