#F0F2DC

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

Shades of Sugar Cane #F0F2DC

Tints of Sugar Cane #F0F2DC

Color information

#F0F2DC (or 0xF0F2DC) is unknown color: approx Sugar Cane. HEX triplet: F0, F2 and DC. RGB value is (240,242,220). Sum of RGB (Red+Green+Blue) = 240+242+220=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2DC is #0F0D23. Grayscale: #EEEEEE. Windows color (decimal): -986404 or 14480112. OLE color: 14480112.

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

Color convert

RGB240242220-
CMYK0.0100.090.05
HSL65.45º45.83%90.59%-
HSV(B)65.45º9.09%94.9%-
XYZ80.6187.280.29-
YUV238.89117.34128.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.19%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=34.19%
G=34.47%
B=31.34%

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
Decimal2402422200.0100.090.0565.4545.8390.59
HexF0F2DC1095412e5b
Octal3603623341011510156133
Binary11110000111100101101110010100110110000011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2DC; }

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

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

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

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

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

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

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

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