#F0F2DB

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

Shades of Sugar Cane #F0F2DB

Tints of Sugar Cane #F0F2DB

Color information

#F0F2DB (or 0xF0F2DB) is unknown color: approx Sugar Cane. HEX triplet: F0, F2 and DB. RGB value is (240,242,219). Sum of RGB (Red+Green+Blue) = 240+242+219=701 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.24% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 219 (85.94% from 255 or 31.24% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2DB is #0F0D24. Grayscale: #EEEEEE. Windows color (decimal): -986405 or 14414576. OLE color: 14414576.

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

Color convert

RGB240242219-
CMYK0.0100.100.05
HSL65.22º46.94%90.39%-
HSV(B)65.22º9.5%94.9%-
XYZ80.4787.1479.6-
YUV238.78116.84128.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.24%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 219 (85.94% from 255) = 31.24%
R=34.24%
G=34.52%
B=31.24%

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
Decimal2402422190.0100.100.0565.2246.9490.39
HexF0F2DB10A5412f5a
Octal3603623331012510157132
Binary11110000111100101101101110101010110000011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2DB; }

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

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

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

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

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

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

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

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