#F0F2DD

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

Shades of Sugar Cane #F0F2DD

Tints of Sugar Cane #F0F2DD

Color information

#F0F2DD (or 0xF0F2DD) is unknown color: approx Sugar Cane. HEX triplet: F0, F2 and DD. RGB value is (240,242,221). Sum of RGB (Red+Green+Blue) = 240+242+221=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F2DD is #0F0D22. Grayscale: #EFEFEF. Windows color (decimal): -986403 or 14545648. OLE color: 14545648.

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

Color convert

RGB240242221-
CMYK0.0100.090.05
HSL65.71º44.68%90.78%-
HSV(B)65.71º8.68%94.9%-
XYZ80.7487.2580.99-
YUV239.01117.84128.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.14%
GREEN value IS 242 (94.92% from 255) = 34.42%
BLUE value IS 221 (86.72% from 255) = 31.44%
R=34.14%
G=34.42%
B=31.44%

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
Decimal2402422210.0100.090.0565.7144.6890.78
HexF0F2DD1095422d5b
Octal3603623351011510255133
Binary11110000111100101101110110100110110000101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2DD; }

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

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

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

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

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

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

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

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