#F0EFDF

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

Shades of Beige #F0EFDF

Tints of Beige #F0EFDF

Color information

#F0EFDF (or 0xF0EFDF) is unknown color: approx Beige. HEX triplet: F0, EF and DF. RGB value is (240,239,223). Sum of RGB (Red+Green+Blue) = 240+239+223=702 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.19% from 702); Green value is 239 (93.75% from 255 or 34.05% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EFDF is #0F1020. Grayscale: #EDEDED. Windows color (decimal): -987169 or 14675952. OLE color: 14675952.

HSL color Cylindrical-coordinate representation of color #F0EFDF: hue angle of 56.47º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0EFDF is Cyan = 0, Magento = 0.00, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240239223-
CMYK00.000.070.06
HSL56.47º36.17%90.78%-
HSV(B)56.47º7.08%94.12%-
XYZ80.1285.5982.11-
YUV237.47119.83129.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 34.19%
GREEN value IS 239 (93.75% from 255) = 34.05%
BLUE value IS 223 (87.5% from 255) = 31.77%
R=34.19%
G=34.05%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023922300.000.070.0656.4736.1790.78
HexF0EFDF007638245b
Octal36035733700767044133
Binary111100001110111111011111001111101110001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EFDF; }

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

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

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

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

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

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

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

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