#F1EDE8

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

Shades of Linen #F1EDE8

Tints of Linen #F1EDE8

Color information

#F1EDE8 (or 0xF1EDE8) is unknown color: approx Linen. HEX triplet: F1, ED and E8. RGB value is (241,237,232). Sum of RGB (Red+Green+Blue) = 241+237+232=710 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.94% from 710); Green value is 237 (92.97% from 255 or 33.38% from 710); Blue value is 232 (91.02% from 255 or 32.68% from 710); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F1EDE8 is #0E1217. Grayscale: #EDEDED. Windows color (decimal): -922136 or 15265265. OLE color: 15265265.

HSL color Cylindrical-coordinate representation of color #F1EDE8: hue angle of 33.33º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F1EDE8 is Cyan = 0, Magento = 0.02, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB241237232-
CMYK00.020.040.05
HSL33.33º24.32%92.75%-
HSV(B)33.33º3.73%94.51%-
XYZ81.1385.188.49-
YUV237.63124.83130.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.94%
GREEN value IS 237 (92.97% from 255) = 33.38%
BLUE value IS 232 (91.02% from 255) = 32.68%
R=33.94%
G=33.38%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123723200.020.040.0533.3324.3292.75
HexF1EDE8024521185d
Octal36135535002454130135
Binary111100011110110111101000010100101100001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1EDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1EDE8; }

 p { color: rgb(241,237,232); }

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

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

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

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

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

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

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