#F0F2E0

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

Shades of Sugar Cane #F0F2E0

Tints of Sugar Cane #F0F2E0

Color information

#F0F2E0 (or 0xF0F2E0) is unknown color: approx Sugar Cane. HEX triplet: F0, F2 and E0. RGB value is (240,242,224). Sum of RGB (Red+Green+Blue) = 240+242+224=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2E0 is #0F0D1F. Grayscale: #EFEFEF. Windows color (decimal): -986400 or 14742256. OLE color: 14742256.

HSL color Cylindrical-coordinate representation of color #F0F2E0: hue angle of 66.67º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0F2E0 is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB240242224-
CMYK0.0100.070.05
HSL66.67º40.91%91.37%-
HSV(B)66.67º7.44%94.9%-
XYZ81.1487.4183.12-
YUV239.35119.34128.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.99%
GREEN value IS 242 (94.92% from 255) = 34.28%
BLUE value IS 224 (87.89% from 255) = 31.73%
R=33.99%
G=34.28%
B=31.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402422240.0100.070.0566.6740.9191.37
HexF0F2E0107543295b
Octal360362340107510351133
Binary1111000011110010111000001011110110000111010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2E0; }

 p { color: rgb(240,242,224); }

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

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

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

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

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

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

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