#F0F4DD

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

Shades of Sugar Cane #F0F4DD

Tints of Sugar Cane #F0F4DD

Color information

#F0F4DD (or 0xF0F4DD) is unknown color: approx Sugar Cane. HEX triplet: F0, F4 and DD. RGB value is (240,244,221). Sum of RGB (Red+Green+Blue) = 240+244+221=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 244 (95.70% from 255 or 34.61% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 244 - color contains mainly: green. Hex color #F0F4DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F4DD is #0F0B22. Grayscale: #F0F0F0. Windows color (decimal): -985891 or 14546160. OLE color: 14546160.

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

Color convert

RGB240244221-
CMYK0.0200.090.04
HSL70.43º51.11%91.18%-
HSV(B)70.43º9.43%95.69%-
XYZ81.3488.4581.19-
YUV240.18117.17127.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.04%
GREEN value IS 244 (95.70% from 255) = 34.61%
BLUE value IS 221 (86.72% from 255) = 31.35%
R=34.04%
G=34.61%
B=31.35%

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
Decimal2402442210.0200.090.0470.4351.1191.18
HexF0F4DD209446335b
Octal3603643352011410663133
Binary111100001111010011011101100100110010001101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F4DD; }

 p { color: rgb(240,244,221); }

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

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

 a { background-color: rgb(240,244,221); }

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

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

 span { border-color: rgb(240,244,221); }

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