#F1F1ED

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

Shades of Sugar Cane #F1F1ED

Tints of Sugar Cane #F1F1ED

Color information

#F1F1ED (or 0xF1F1ED) is unknown color: approx Sugar Cane. HEX triplet: F1, F1 and ED. RGB value is (241,241,237). Sum of RGB (Red+Green+Blue) = 241+241+237=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 241 (94.53% from 255 or 33.52% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F1ED is #0E0E12. Grayscale: #F0F0F0. Windows color (decimal): -921107 or 15593969. OLE color: 15593969.

HSL color Cylindrical-coordinate representation of color #F1F1ED: hue angle of 60º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F1F1ED is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241241237-
CMYK000.020.05
HSL60º12.5%93.73%-
HSV(B)60º1.66%94.51%-
XYZ83.0287.7392.68-
YUV240.54126128.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.52%
GREEN value IS 241 (94.53% from 255) = 33.52%
BLUE value IS 237 (92.97% from 255) = 32.96%
R=33.52%
G=33.52%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241237000.020.056012.593.73
HexF1F1ED00253cd5e
Octal36136135500257415136
Binary111100011111000111101101001010111110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1ED; }

 p { color: rgb(241,241,237); }

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

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

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

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

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

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

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