#F2F2EC

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

Shades of Sugar Cane #F2F2EC

Tints of Sugar Cane #F2F2EC

Color information

#F2F2EC (or 0xF2F2EC) is unknown color: approx Sugar Cane. HEX triplet: F2, F2 and EC. RGB value is (242,242,236). Sum of RGB (Red+Green+Blue) = 242+242+236=720 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.61% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 236 (92.58% from 255 or 32.78% from 720); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F2EC is #0D0D13. Grayscale: #F1F1F1. Windows color (decimal): -855316 or 15528690. OLE color: 15528690.

HSL color Cylindrical-coordinate representation of color #F2F2EC: hue angle of 60º degrees, saturation: 0.19, 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 #F2F2EC is Cyan = 0, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB242242236-
CMYK000.020.05
HSL60º18.75%93.73%-
HSV(B)60º2.48%94.9%-
XYZ83.5188.4492.03-
YUV241.32125128.49-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.61%
GREEN value IS 242 (94.92% from 255) = 33.61%
BLUE value IS 236 (92.58% from 255) = 32.78%
R=33.61%
G=33.61%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242242236000.020.056018.7593.73
HexF2F2EC00253c135e
Octal36236235400257423136
Binary1111001011110010111011000010101111100100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F2EC; }

 p { color: rgb(242,242,236); }

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

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

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

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

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

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

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