#F1F0DF

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

Shades of Beige #F1F0DF

Tints of Beige #F1F0DF

Color information

#F1F0DF (or 0xF1F0DF) is unknown color: approx Beige. HEX triplet: F1, F0 and DF. RGB value is (241,240,223). Sum of RGB (Red+Green+Blue) = 241+240+223=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 240 (94.14% from 255 or 34.09% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0DF is #0E0F20. Grayscale: #EEEEEE. Windows color (decimal): -921377 or 14676209. OLE color: 14676209.

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

Color convert

RGB241240223-
CMYK00.000.070.05
HSL56.67º39.13%90.98%-
HSV(B)56.67º7.47%94.51%-
XYZ80.7586.3582.22-
YUV238.36119.33129.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.23%
GREEN value IS 240 (94.14% from 255) = 34.09%
BLUE value IS 223 (87.5% from 255) = 31.68%
R=34.23%
G=34.09%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124022300.000.070.0556.6739.1390.98
HexF1F0DF007539275b
Octal36136033700757147133
Binary111100011111000011011111001111011110011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0DF; }

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

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

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

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

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

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

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

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