#F1F3DE

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

Shades of Sugar Cane #F1F3DE

Tints of Sugar Cane #F1F3DE

Color information

#F1F3DE (or 0xF1F3DE) is unknown color: approx Sugar Cane. HEX triplet: F1, F3 and DE. RGB value is (241,243,222). Sum of RGB (Red+Green+Blue) = 241+243+222=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 243 (95.31% from 255 or 34.42% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F3DE is #0E0C21. Grayscale: #F0F0F0. Windows color (decimal): -920610 or 14611441. OLE color: 14611441.

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

Color convert

RGB241243222-
CMYK0.0100.090.05
HSL65.71º46.67%91.18%-
HSV(B)65.71º8.64%95.29%-
XYZ81.5188.0881.81-
YUV240.01117.84128.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.14%
GREEN value IS 243 (95.31% from 255) = 34.42%
BLUE value IS 222 (87.11% 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
Decimal2412432220.0100.090.0565.7146.6791.18
HexF1F3DE1095422f5b
Octal3613633361011510257133
Binary11110001111100111101111010100110110000101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F3DE; }

 p { color: rgb(241,243,222); }

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

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

 a { background-color: rgb(241,243,222); }

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

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

 span { border-color: rgb(241,243,222); }

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