#F1F0DC

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

Shades of Beige #F1F0DC

Tints of Beige #F1F0DC

Color information

#F1F0DC (or 0xF1F0DC) is unknown color: approx Beige. HEX triplet: F1, F0 and DC. RGB value is (241,240,220). Sum of RGB (Red+Green+Blue) = 241+240+220=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 240 (94.14% from 255 or 34.24% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F0DC is #0E0F23. Grayscale: #EEEEEE. Windows color (decimal): -921380 or 14479601. OLE color: 14479601.

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

Color convert

RGB241240220-
CMYK00.000.090.05
HSL57.14º42.86%90.39%-
HSV(B)57.14º8.71%94.51%-
XYZ80.3586.1980.11-
YUV238.02117.83130.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.38%
GREEN value IS 240 (94.14% from 255) = 34.24%
BLUE value IS 220 (86.33% from 255) = 31.38%
R=34.38%
G=34.24%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24124022000.000.090.0557.1442.8690.39
HexF1F0DC0095392b5a
Octal361360334001157153132
Binary1111000111110000110111000010011011110011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F0DC; }

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

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

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

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

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

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

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

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