#F1F1D8

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

Shades of Beige #F1F1D8

Tints of Beige #F1F1D8

Color information

#F1F1D8 (or 0xF1F1D8) is unknown color: approx Beige. HEX triplet: F1, F1 and D8. RGB value is (241,241,216). Sum of RGB (Red+Green+Blue) = 241+241+216=698 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.53% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 216 (84.77% from 255 or 30.95% from 698); Max value from RGB is 241 - color contains mainly: red, green. Hex color #F1F1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F1D8 is #0E0E27. Grayscale: #EEEEEE. Windows color (decimal): -921128 or 14217713. OLE color: 14217713.

HSL color Cylindrical-coordinate representation of color #F1F1D8: hue angle of 60º degrees, saturation: 0.47, 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 #F1F1D8 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241241216-
CMYK000.100.05
HSL60º47.17%89.61%-
HSV(B)60º10.37%94.51%-
XYZ80.1386.5777.45-
YUV238.15115.5130.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.53%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 216 (84.77% from 255) = 30.95%
R=34.53%
G=34.53%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241241216000.100.056047.1789.61
HexF1F1D800A53c2f5a
Octal361361330001257457132
Binary1111000111110001110110000010101011111001011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F1D8; }

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

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

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

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

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

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

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

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