#F0F3DB

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

Shades of Sugar Cane #F0F3DB

Tints of Sugar Cane #F0F3DB

Color information

#F0F3DB (or 0xF0F3DB) is unknown color: approx Sugar Cane. HEX triplet: F0, F3 and DB. RGB value is (240,243,219). Sum of RGB (Red+Green+Blue) = 240+243+219=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 219 (85.94% from 255 or 31.20% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3DB is #0F0C24. Grayscale: #EFEFEF. Windows color (decimal): -986149 or 14414832. OLE color: 14414832.

HSL color Cylindrical-coordinate representation of color #F0F3DB: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0F3DB is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB240243219-
CMYK0.0100.100.05
HSL67.5º50%90.59%-
HSV(B)67.5º9.88%95.29%-
XYZ80.7787.7479.7-
YUV239.37116.51128.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.19%
GREEN value IS 243 (95.31% from 255) = 34.62%
BLUE value IS 219 (85.94% from 255) = 31.20%
R=34.19%
G=34.62%
B=31.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432190.0100.100.0567.55090.59
HexF0F3DB10A544325b
Octal3603633331012510462133
Binary11110000111100111101101110101010110001001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3DB; }

 p { color: rgb(240,243,219); }

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

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

 a { background-color: rgb(240,243,219); }

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

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

 span { border-color: rgb(240,243,219); }

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