#F0F1E6

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

Shades of Sugar Cane #F0F1E6

Tints of Sugar Cane #F0F1E6

Color information

#F0F1E6 (or 0xF0F1E6) is unknown color: approx Sugar Cane. HEX triplet: F0, F1 and E6. RGB value is (240,241,230). Sum of RGB (Red+Green+Blue) = 240+241+230=711 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.76% from 711); Green value is 241 (94.53% from 255 or 33.90% from 711); Blue value is 230 (90.23% from 255 or 32.35% from 711); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F1E6 is #0F0E19. Grayscale: #EFEFEF. Windows color (decimal): -986650 or 15135216. OLE color: 15135216.

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

Color convert

RGB240241230-
CMYK0.0000.050.05
HSL65.45º28.21%92.35%-
HSV(B)65.45º4.56%94.51%-
XYZ81.6787.1587.38-
YUV239.45122.67128.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.76%
GREEN value IS 241 (94.53% from 255) = 33.90%
BLUE value IS 230 (90.23% from 255) = 32.35%
R=33.76%
G=33.90%
B=32.35%

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
Decimal2402412300.0000.050.0565.4528.2192.35
HexF0F1E60055411c5c
Octal360361346005510134134
Binary111100001111000111100110001011011000001111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1E6; }

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

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

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

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

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

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

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

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