#F3EFDC

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

Shades of Rice Cake #F3EFDC

Tints of Rice Cake #F3EFDC

Color information

#F3EFDC (or 0xF3EFDC) is unknown color: approx Rice Cake. HEX triplet: F3, EF and DC. RGB value is (243,239,220). Sum of RGB (Red+Green+Blue) = 243+239+220=702 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.62% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EFDC is #0C1023. Grayscale: #EEEEEE. Windows color (decimal): -790564 or 14479347. OLE color: 14479347.

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

Color convert

RGB243239220-
CMYK00.020.090.05
HSL49.57º48.94%90.78%-
HSV(B)49.57º9.47%95.29%-
XYZ80.7585.9680.05-
YUV238.03117.83131.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.62%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=34.62%
G=34.05%
B=31.34%

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
Decimal24323922000.020.090.0549.5748.9490.78
HexF3EFDC029532315b
Octal363357334021156261133
Binary11110011111011111101110001010011011100101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EFDC; }

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

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

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

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

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

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

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

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