#F0F0DA

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

Shades of Beige #F0F0DA

Tints of Beige #F0F0DA

Color information

#F0F0DA (or 0xF0F0DA) is unknown color: approx Beige. HEX triplet: F0, F0 and DA. RGB value is (240,240,218). Sum of RGB (Red+Green+Blue) = 240+240+218=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 240 (94.14% from 255 or 34.38% from 698); Blue value is 218 (85.55% from 255 or 31.23% from 698); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F0DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F0DA is #0F0F25. Grayscale: #EDEDED. Windows color (decimal): -986918 or 14348528. OLE color: 14348528.

HSL color Cylindrical-coordinate representation of color #F0F0DA: hue angle of 60º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0F0DA is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240240218-
CMYK000.090.06
HSL60º42.31%89.8%-
HSV(B)60º9.17%94.12%-
XYZ79.7585.9178.71-
YUV237.49117129.79-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.38%
GREEN value IS 240 (94.14% from 255) = 34.38%
BLUE value IS 218 (85.55% from 255) = 31.23%
R=34.38%
G=34.38%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240240218000.090.066042.3189.8
HexF0F0DA00963c2a5a
Octal360360332001167452132
Binary1111000011110000110110100010011101111001010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F0DA; }

 p { color: rgb(240,240,218); }

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

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

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

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

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

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

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