#F3F0DC

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

Shades of Rice Cake #F3F0DC

Tints of Rice Cake #F3F0DC

Color information

#F3F0DC (or 0xF3F0DC) is unknown color: approx Rice Cake. HEX triplet: F3, F0 and DC. RGB value is (243,240,220). Sum of RGB (Red+Green+Blue) = 243+240+220=703 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.57% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3F0DC is #0C0F23. Grayscale: #EEEEEE. Windows color (decimal): -790308 or 14479603. OLE color: 14479603.

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

Color convert

RGB243240220-
CMYK00.010.090.05
HSL52.17º48.94%90.78%-
HSV(B)52.17º9.47%95.29%-
XYZ81.0486.5480.14-
YUV238.62117.49131.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.57%
GREEN value IS 240 (94.14% from 255) = 34.14%
BLUE value IS 220 (86.33% from 255) = 31.29%
R=34.57%
G=34.14%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324022000.010.090.0552.1748.9490.78
HexF3F0DC019534315b
Octal363360334011156461133
Binary1111001111110000110111000110011011101001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F0DC; }

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

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

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

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

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

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

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

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