#F1F1EA

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

Shades of Sugar Cane #F1F1EA

Tints of Sugar Cane #F1F1EA

Color information

#F1F1EA (or 0xF1F1EA) is unknown color: approx Sugar Cane. HEX triplet: F1, F1 and EA. RGB value is (241,241,234). Sum of RGB (Red+Green+Blue) = 241+241+234=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 241 (94.53% from 255 or 33.66% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1F1EA is #0E0E15. Grayscale: #F0F0F0. Windows color (decimal): -921110 or 15397361. OLE color: 15397361.

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

Color convert

RGB241241234-
CMYK000.030.05
HSL60º20%93.14%-
HSV(B)60º2.9%94.51%-
XYZ82.5887.5590.39-
YUV240.2124.5128.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.66%
GREEN value IS 241 (94.53% from 255) = 33.66%
BLUE value IS 234 (91.80% from 255) = 32.68%
R=33.66%
G=33.66%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241234000.030.05602093.14
HexF1F1EA00353c145d
Octal36136135200357424135
Binary1111000111110001111010100011101111100101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1EA; }

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

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

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

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

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

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

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

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