#F1F5DE

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

Shades of Sugar Cane #F1F5DE

Tints of Sugar Cane #F1F5DE

Color information

#F1F5DE (or 0xF1F5DE) is unknown color: approx Sugar Cane. HEX triplet: F1, F5 and DE. RGB value is (241,245,222). Sum of RGB (Red+Green+Blue) = 241+245+222=708 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.04% from 708); Green value is 245 (96.09% from 255 or 34.60% from 708); Blue value is 222 (87.11% from 255 or 31.36% from 708); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F5DE is #0E0A21. Grayscale: #F1F1F1. Windows color (decimal): -920098 or 14611953. OLE color: 14611953.

HSL color Cylindrical-coordinate representation of color #F1F5DE: hue angle of 70.43º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1F5DE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB241245222-
CMYK0.0200.090.04
HSL70.43º53.49%91.57%-
HSV(B)70.43º9.39%96.08%-
XYZ82.1189.2882.01-
YUV241.18117.17127.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.04%
GREEN value IS 245 (96.09% from 255) = 34.60%
BLUE value IS 222 (87.11% from 255) = 31.36%
R=34.04%
G=34.60%
B=31.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2412452220.0200.090.0470.4353.4991.57
HexF1F5DE209446355c
Octal3613653362011410665134
Binary111100011111010111011110100100110010001101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F5DE; }

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

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

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

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

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

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

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

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