#F0F3E2

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

Shades of Sugar Cane #F0F3E2

Tints of Sugar Cane #F0F3E2

Color information

#F0F3E2 (or 0xF0F3E2) is unknown color: approx Sugar Cane. HEX triplet: F0, F3 and E2. RGB value is (240,243,226). Sum of RGB (Red+Green+Blue) = 240+243+226=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 226 (88.67% from 255 or 31.88% from 709); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3E2 is #0F0C1D. Grayscale: #F0F0F0. Windows color (decimal): -986142 or 14873584. OLE color: 14873584.

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

Color convert

RGB240243226-
CMYK0.0100.070.05
HSL70.59º41.46%91.96%-
HSV(B)70.59º7%95.29%-
XYZ81.7188.1284.65-
YUV240.16120.01127.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 243 (95.31% from 255) = 34.27%
BLUE value IS 226 (88.67% from 255) = 31.88%
R=33.85%
G=34.27%
B=31.88%

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
Decimal2402432260.0100.070.0570.5941.4691.96
HexF0F3E2107547295c
Octal360363342107510751134
Binary1111000011110011111000101011110110001111010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3E2; }

 p { color: rgb(240,243,226); }

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

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

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

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

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

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

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