#F0F0ED

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

Shades of Sugar Cane #F0F0ED

Tints of Sugar Cane #F0F0ED

Color information

#F0F0ED (or 0xF0F0ED) is unknown color: approx Sugar Cane. HEX triplet: F0, F0 and ED. RGB value is (240,240,237). Sum of RGB (Red+Green+Blue) = 240+240+237=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 240 (94.14% from 255 or 33.47% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F0ED is #0F0F12. Grayscale: #EFEFEF. Windows color (decimal): -986899 or 15593712. OLE color: 15593712.

HSL color Cylindrical-coordinate representation of color #F0F0ED: hue angle of 60º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F0F0ED is Cyan = 0, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB240240237-
CMYK000.010.06
HSL60º9.09%93.53%-
HSV(B)60º1.25%94.12%-
XYZ82.3886.9692.56-
YUV239.66126.5128.24-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.47%
GREEN value IS 240 (94.14% from 255) = 33.47%
BLUE value IS 237 (92.97% from 255) = 33.05%
R=33.47%
G=33.47%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240237000.010.06609.0993.53
HexF0F0ED00163c95e
Octal36036035500167411136
Binary11110000111100001110110100111011110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0ED; }

 p { color: rgb(240,240,237); }

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

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

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

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

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

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

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