#F1F1DA

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

Shades of Beige #F1F1DA

Tints of Beige #F1F1DA

Color information

#F1F1DA (or 0xF1F1DA) is unknown color: approx Beige. HEX triplet: F1, F1 and DA. RGB value is (241,241,218). Sum of RGB (Red+Green+Blue) = 241+241+218=700 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.43% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 218 (85.55% from 255 or 31.14% from 700); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1DA is #0E0E25. Grayscale: #EEEEEE. Windows color (decimal): -921126 or 14348785. OLE color: 14348785.

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

Color convert

RGB241241218-
CMYK000.100.05
HSL60º45.1%90%-
HSV(B)60º9.54%94.51%-
XYZ80.3986.6778.82-
YUV238.38116.5129.87-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.43%
GREEN value IS 241 (94.53% from 255) = 34.43%
BLUE value IS 218 (85.55% from 255) = 31.14%
R=34.43%
G=34.43%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241218000.100.056045.190
HexF1F1DA00A53c2d5a
Octal361361332001257455132
Binary1111000111110001110110100010101011111001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1DA; }

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

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

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

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

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

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

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

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