#F0F1E5

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

Shades of Sugar Cane #F0F1E5

Tints of Sugar Cane #F0F1E5

Color information

#F0F1E5 (or 0xF0F1E5) is unknown color: approx Sugar Cane. HEX triplet: F0, F1 and E5. RGB value is (240,241,229). Sum of RGB (Red+Green+Blue) = 240+241+229=710 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.80% from 710); Green value is 241 (94.53% from 255 or 33.94% from 710); Blue value is 229 (89.84% from 255 or 32.25% from 710); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1E5 is #0F0E1A. Grayscale: #EFEFEF. Windows color (decimal): -986651 or 15069680. OLE color: 15069680.

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

Color convert

RGB240241229-
CMYK0.0000.050.05
HSL65º30%92.16%-
HSV(B)65º4.98%94.51%-
XYZ81.5387.0986.64-
YUV239.33122.17128.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.80%
GREEN value IS 241 (94.53% from 255) = 33.94%
BLUE value IS 229 (89.84% from 255) = 32.25%
R=33.80%
G=33.94%
B=32.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402412290.0000.050.05653092.16
HexF0F1E50055411e5c
Octal360361345005510136134
Binary111100001111000111100101001011011000001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1E5; }

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

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

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

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

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

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

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

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