#F0F2DA

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

Shades of Sugar Cane #F0F2DA

Tints of Sugar Cane #F0F2DA

Color information

#F0F2DA (or 0xF0F2DA) is unknown color: approx Sugar Cane. HEX triplet: F0, F2 and DA. RGB value is (240,242,218). Sum of RGB (Red+Green+Blue) = 240+242+218=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2DA is #0F0D25. Grayscale: #EEEEEE. Windows color (decimal): -986406 or 14349040. OLE color: 14349040.

HSL color Cylindrical-coordinate representation of color #F0F2DA: hue angle of 65º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0F2DA is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB240242218-
CMYK0.0100.100.05
HSL65º48%90.2%-
HSV(B)65º9.92%94.9%-
XYZ80.3487.0978.91-
YUV238.67116.34128.95-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.29%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 218 (85.55% from 255) = 31.14%
R=34.29%
G=34.57%
B=31.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402422180.0100.100.05654890.2
HexF0F2DA10A541305a
Octal3603623321012510160132
Binary11110000111100101101101010101010110000011100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2DA; }

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

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

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

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

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

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

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

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