#F2F4DF

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

Shades of Sugar Cane #F2F4DF

Tints of Sugar Cane #F2F4DF

Color information

#F2F4DF (or 0xF2F4DF) is unknown color: approx Sugar Cane. HEX triplet: F2, F4 and DF. RGB value is (242,244,223). Sum of RGB (Red+Green+Blue) = 242+244+223=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 244 (95.70% from 255 or 34.41% from 709); Blue value is 223 (87.5% from 255 or 31.45% from 709); Max value from RGB is 244 - color contains mainly: green. Hex color #F2F4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F4DF is #0D0B20. Grayscale: #F1F1F1. Windows color (decimal): -854817 or 14677234. OLE color: 14677234.

HSL color Cylindrical-coordinate representation of color #F2F4DF: hue angle of 65.71º degrees, saturation: 0.49, 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 #F2F4DF is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB242244223-
CMYK0.0100.090.04
HSL65.71º48.84%91.57%-
HSV(B)65.71º8.61%95.69%-
XYZ82.2988.9182.64-
YUV241.01117.84128.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.13%
GREEN value IS 244 (95.70% from 255) = 34.41%
BLUE value IS 223 (87.5% from 255) = 31.45%
R=34.13%
G=34.41%
B=31.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2422442230.0100.090.0465.7148.8491.57
HexF2F4DF109442315c
Octal3623643371011410261134
Binary11110010111101001101111110100110010000101100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F4DF; }

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

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

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

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

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

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

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

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