#F1F2E4

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

Shades of Sugar Cane #F1F2E4

Tints of Sugar Cane #F1F2E4

Color information

#F1F2E4 (or 0xF1F2E4) is unknown color: approx Sugar Cane. HEX triplet: F1, F2 and E4. RGB value is (241,242,228). Sum of RGB (Red+Green+Blue) = 241+242+228=711 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.90% from 711); Green value is 242 (94.92% from 255 or 34.04% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2E4 is #0E0D1B. Grayscale: #F0F0F0. Windows color (decimal): -920860 or 15004401. OLE color: 15004401.

HSL color Cylindrical-coordinate representation of color #F1F2E4: hue angle of 64.29º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F1F2E4 is Cyan = 0.00, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB241242228-
CMYK0.0000.060.05
HSL64.29º35%92.16%-
HSV(B)64.29º5.79%94.9%-
XYZ82.0387.8186.02-
YUV240.1121.17128.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.90%
GREEN value IS 242 (94.92% from 255) = 34.04%
BLUE value IS 228 (89.45% from 255) = 32.07%
R=33.90%
G=34.04%
B=32.07%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412422280.0000.060.0564.293592.16
HexF1F2E4006540235c
Octal361362344006510043134
Binary1111000111110010111001000011010110000001000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2E4; }

 p { color: rgb(241,242,228); }

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

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

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

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

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

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

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