#F0F1DC

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

Shades of Sugar Cane #F0F1DC

Tints of Sugar Cane #F0F1DC

Color information

#F0F1DC (or 0xF0F1DC) is unknown color: approx Sugar Cane. HEX triplet: F0, F1 and DC. RGB value is (240,241,220). Sum of RGB (Red+Green+Blue) = 240+241+220=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F1DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F1DC is #0F0E23. Grayscale: #EEEEEE. Windows color (decimal): -986660 or 14479856. OLE color: 14479856.

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

Color convert

RGB240241220-
CMYK0.0000.090.05
HSL62.86º42.86%90.39%-
HSV(B)62.86º8.71%94.51%-
XYZ80.3186.680.19-
YUV238.31117.67129.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 220 (86.33% from 255) = 31.38%
R=34.24%
G=34.38%
B=31.38%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402412200.0000.090.0562.8642.8690.39
HexF0F1DC00953f2b5a
Octal360361334001157753132
Binary1111000011110001110111000010011011111111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F1DC; }

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

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

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

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

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

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

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

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