#F3EFDD

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

Shades of Rice Cake #F3EFDD

Tints of Rice Cake #F3EFDD

Color information

#F3EFDD (or 0xF3EFDD) is unknown color: approx Rice Cake. HEX triplet: F3, EF and DD. RGB value is (243,239,221). Sum of RGB (Red+Green+Blue) = 243+239+221=703 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.57% from 703); Green value is 239 (93.75% from 255 or 34.00% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EFDD is #0C1022. Grayscale: #EEEEEE. Windows color (decimal): -790563 or 14544883. OLE color: 14544883.

HSL color Cylindrical-coordinate representation of color #F3EFDD: hue angle of 49.09º degrees, saturation: 0.48, 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 #F3EFDD is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB243239221-
CMYK00.020.090.05
HSL49.09º47.83%90.98%-
HSV(B)49.09º9.05%95.29%-
XYZ80.8886.0180.75-
YUV238.14118.33131.46-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.57%
GREEN value IS 239 (93.75% from 255) = 34.00%
BLUE value IS 221 (86.72% from 255) = 31.44%
R=34.57%
G=34.00%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323922100.020.090.0549.0947.8390.98
HexF3EFDD029531305b
Octal363357335021156160133
Binary11110011111011111101110101010011011100011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EFDD; }

 p { color: rgb(243,239,221); }

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

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

 a { background-color: rgb(243,239,221); }

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

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

 span { border-color: rgb(243,239,221); }

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