#F0F1E2

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

Shades of Sugar Cane #F0F1E2

Tints of Sugar Cane #F0F1E2

Color information

#F0F1E2 (or 0xF0F1E2) is unknown color: approx Sugar Cane. HEX triplet: F0, F1 and E2. RGB value is (240,241,226). Sum of RGB (Red+Green+Blue) = 240+241+226=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 241 (94.53% from 255 or 34.09% from 707); Blue value is 226 (88.67% from 255 or 31.97% from 707); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1E2 is #0F0E1D. Grayscale: #EFEFEF. Windows color (decimal): -986654 or 14873072. OLE color: 14873072.

HSL color Cylindrical-coordinate representation of color #F0F1E2: hue angle of 64º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0F1E2 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB240241226-
CMYK0.0000.060.05
HSL64º34.88%91.57%-
HSV(B)64º6.22%94.51%-
XYZ81.1286.9384.45-
YUV238.99120.67128.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.95%
GREEN value IS 241 (94.53% from 255) = 34.09%
BLUE value IS 226 (88.67% from 255) = 31.97%
R=33.95%
G=34.09%
B=31.97%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402412260.0000.060.056434.8891.57
HexF0F1E2006540235c
Octal360361342006510043134
Binary1111000011110001111000100011010110000001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1E2; }

 p { color: rgb(240,241,226); }

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

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

 a { background-color: rgb(240,241,226); }

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

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

 span { border-color: rgb(240,241,226); }

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