#F0EFDA

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

Shades of Beige #F0EFDA

Tints of Beige #F0EFDA

Color information

#F0EFDA (or 0xF0EFDA) is unknown color: approx Beige. HEX triplet: F0, EF and DA. RGB value is (240,239,218). Sum of RGB (Red+Green+Blue) = 240+239+218=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFDA is #0F1025. Grayscale: #ECECEC. Windows color (decimal): -987174 or 14348272. OLE color: 14348272.

HSL color Cylindrical-coordinate representation of color #F0EFDA: hue angle of 57.27º 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 #F0EFDA is Cyan = 0, Magento = 0.00, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB240239218-
CMYK00.000.090.06
HSL57.27º42.31%89.8%-
HSV(B)57.27º9.17%94.12%-
XYZ79.4685.3278.61-
YUV236.9117.33130.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.43%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 218 (85.55% from 255) = 31.28%
R=34.43%
G=34.29%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023921800.000.090.0657.2742.3189.8
HexF0EFDA0096392a5a
Octal360357332001167152132
Binary1111000011101111110110100010011101110011010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFDA; }

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

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

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

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

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

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

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

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