#F1F3DA

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

Shades of Sugar Cane #F1F3DA

Tints of Sugar Cane #F1F3DA

Color information

#F1F3DA (or 0xF1F3DA) is unknown color: approx Sugar Cane. HEX triplet: F1, F3 and DA. RGB value is (241,243,218). Sum of RGB (Red+Green+Blue) = 241+243+218=702 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.33% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 218 (85.55% from 255 or 31.05% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F3DA is #0E0C25. Grayscale: #EFEFEF. Windows color (decimal): -920614 or 14349297. OLE color: 14349297.

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

Color convert

RGB241243218-
CMYK0.0100.100.05
HSL64.8º51.02%90.39%-
HSV(B)64.8º10.29%95.29%-
XYZ80.9887.8679.02-
YUV239.55115.84129.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.33%
GREEN value IS 243 (95.31% from 255) = 34.62%
BLUE value IS 218 (85.55% from 255) = 31.05%
R=34.33%
G=34.62%
B=31.05%

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
Decimal2412432180.0100.100.0564.851.0290.39
HexF1F3DA10A541335a
Octal3613633321012510163132
Binary11110001111100111101101010101010110000011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F3DA; }

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

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

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

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

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

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

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

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