#F0F3DF

Color #F0F3DF Sugar Cane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sugar Cane #F0F3DF

Tints of Sugar Cane #F0F3DF

Color information

#F0F3DF (or 0xF0F3DF) is unknown color: approx Sugar Cane. HEX triplet: F0, F3 and DF. RGB value is (240,243,223). Sum of RGB (Red+Green+Blue) = 240+243+223=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3DF is #0F0C20. Grayscale: #EFEFEF. Windows color (decimal): -986145 or 14676976. OLE color: 14676976.

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

Color convert

RGB240243223-
CMYK0.0100.080.05
HSL69º45.45%91.37%-
HSV(B)69º8.23%95.29%-
XYZ81.3187.9582.5-
YUV239.82118.51128.13-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.99%
GREEN value IS 243 (95.31% from 255) = 34.42%
BLUE value IS 223 (87.5% from 255) = 31.59%
R=33.99%
G=34.42%
B=31.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432230.0100.080.056945.4591.37
HexF0F3DF1085452d5b
Octal3603633371010510555133
Binary11110000111100111101111110100010110001011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3DF; }

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

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

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

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

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

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

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

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