#F0F3DE

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

Shades of Sugar Cane #F0F3DE

Tints of Sugar Cane #F0F3DE

Color information

#F0F3DE (or 0xF0F3DE) is unknown color: approx Sugar Cane. HEX triplet: F0, F3 and DE. RGB value is (240,243,222). Sum of RGB (Red+Green+Blue) = 240+243+222=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 222 (87.11% from 255 or 31.49% from 705); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3DE is #0F0C21. Grayscale: #EFEFEF. Windows color (decimal): -986146 or 14611440. OLE color: 14611440.

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

Color convert

RGB240243222-
CMYK0.0100.090.05
HSL68.57º46.67%91.18%-
HSV(B)68.57º8.64%95.29%-
XYZ81.1787.981.8-
YUV239.71118.01128.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 243 (95.31% from 255) = 34.47%
BLUE value IS 222 (87.11% from 255) = 31.49%
R=34.04%
G=34.47%
B=31.49%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432220.0100.090.0568.5746.6791.18
HexF0F3DE1095452f5b
Octal3603633361011510557133
Binary11110000111100111101111010100110110001011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3DE; }

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

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

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

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

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

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

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

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