#F0F3DC

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

Shades of Sugar Cane #F0F3DC

Tints of Sugar Cane #F0F3DC

Color information

#F0F3DC (or 0xF0F3DC) is unknown color: approx Sugar Cane. HEX triplet: F0, F3 and DC. RGB value is (240,243,220). Sum of RGB (Red+Green+Blue) = 240+243+220=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 243 (95.31% from 255 or 34.57% from 703); Blue value is 220 (86.33% from 255 or 31.29% from 703); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3DC is #0F0C23. Grayscale: #EFEFEF. Windows color (decimal): -986148 or 14480368. OLE color: 14480368.

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

Color convert

RGB240243220-
CMYK0.0100.090.05
HSL67.83º48.94%90.78%-
HSV(B)67.83º9.47%95.29%-
XYZ80.987.7980.39-
YUV239.48117.01128.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.14%
GREEN value IS 243 (95.31% from 255) = 34.57%
BLUE value IS 220 (86.33% from 255) = 31.29%
R=34.14%
G=34.57%
B=31.29%

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
Decimal2402432200.0100.090.0567.8348.9490.78
HexF0F3DC109544315b
Octal3603633341011510461133
Binary11110000111100111101110010100110110001001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3DC; }

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

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

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

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

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

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

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

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