#F2F3E5

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

Shades of Sugar Cane #F2F3E5

Tints of Sugar Cane #F2F3E5

Color information

#F2F3E5 (or 0xF2F3E5) is unknown color: approx Sugar Cane. HEX triplet: F2, F3 and E5. RGB value is (242,243,229). Sum of RGB (Red+Green+Blue) = 242+243+229=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 243 (95.31% from 255 or 34.03% from 714); Blue value is 229 (89.84% from 255 or 32.07% from 714); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F3E5 is #0D0C1A. Grayscale: #F1F1F1. Windows color (decimal): -855067 or 15070194. OLE color: 15070194.

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

Color convert

RGB242243229-
CMYK0.0000.060.05
HSL64.29º36.84%92.55%-
HSV(B)64.29º5.76%95.29%-
XYZ82.8188.6486.87-
YUV241.1121.17128.64-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.89%
GREEN value IS 243 (95.31% from 255) = 34.03%
BLUE value IS 229 (89.84% from 255) = 32.07%
R=33.89%
G=34.03%
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
Decimal2422432290.0000.060.0564.2936.8492.55
HexF2F3E5006540255d
Octal362363345006510045135
Binary1111001011110011111001010011010110000001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F3E5; }

 p { color: rgb(242,243,229); }

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

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

 a { background-color: rgb(242,243,229); }

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

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

 span { border-color: rgb(242,243,229); }

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