#F0F1E4

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

Shades of Sugar Cane #F0F1E4

Tints of Sugar Cane #F0F1E4

Color information

#F0F1E4 (or 0xF0F1E4) is unknown color: approx Sugar Cane. HEX triplet: F0, F1 and E4. RGB value is (240,241,228). Sum of RGB (Red+Green+Blue) = 240+241+228=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 241 (94.53% from 255 or 33.99% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1E4 is #0F0E1B. Grayscale: #EFEFEF. Windows color (decimal): -986652 or 15004144. OLE color: 15004144.

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

Color convert

RGB240241228-
CMYK0.0000.050.05
HSL64.62º31.71%91.96%-
HSV(B)64.62º5.39%94.51%-
XYZ81.3987.0485.91-
YUV239.22121.67128.56-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 241 (94.53% from 255) = 33.99%
BLUE value IS 228 (89.45% from 255) = 32.16%
R=33.85%
G=33.99%
B=32.16%

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
Decimal2402412280.0000.050.0564.6231.7191.96
HexF0F1E4005541205c
Octal360361344005510140134
Binary1111000011110001111001000010110110000011000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1E4; }

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

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

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

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

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

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

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

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