#F2F6DF

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

Shades of Sugar Cane #F2F6DF

Tints of Sugar Cane #F2F6DF

Color information

#F2F6DF (or 0xF2F6DF) is unknown color: approx Sugar Cane. HEX triplet: F2, F6 and DF. RGB value is (242,246,223). Sum of RGB (Red+Green+Blue) = 242+246+223=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 246 (96.48% from 255 or 34.60% from 711); Blue value is 223 (87.5% from 255 or 31.36% from 711); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F6DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F6DF is #0D0920. Grayscale: #F2F2F2. Windows color (decimal): -854305 or 14677746. OLE color: 14677746.

HSL color Cylindrical-coordinate representation of color #F2F6DF: hue angle of 70.43º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2F6DF is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB242246223-
CMYK0.0200.090.04
HSL70.43º56.1%91.96%-
HSV(B)70.43º9.35%96.47%-
XYZ82.8990.1282.84-
YUV242.18117.17127.87-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.04%
GREEN value IS 246 (96.48% from 255) = 34.60%
BLUE value IS 223 (87.5% from 255) = 31.36%
R=34.04%
G=34.60%
B=31.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422462230.0200.090.0470.4356.191.96
HexF2F6DF209446385c
Octal3623663372011410670134
Binary111100101111011011011111100100110010001101110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F6DF; }

 p { color: rgb(242,246,223); }

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

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

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

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

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

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

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