#F2EFDE

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

Shades of Rice Cake #F2EFDE

Tints of Rice Cake #F2EFDE

Color information

#F2EFDE (or 0xF2EFDE) is unknown color: approx Rice Cake. HEX triplet: F2, EF and DE. RGB value is (242,239,222). Sum of RGB (Red+Green+Blue) = 242+239+222=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFDE is #0D1021. Grayscale: #EEEEEE. Windows color (decimal): -856098 or 14610418. OLE color: 14610418.

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

Color convert

RGB242239222-
CMYK00.010.080.05
HSL51º43.48%90.98%-
HSV(B)51º8.26%94.9%-
XYZ80.6785.8881.43-
YUV237.96118.99130.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.42%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 222 (87.11% from 255) = 31.58%
R=34.42%
G=34.00%
B=31.58%

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
Decimal24223922200.010.080.055143.4890.98
HexF2EFDE0185332b5b
Octal362357336011056353133
Binary1111001011101111110111100110001011100111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EFDE; }

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

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

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

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

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

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

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

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