#F6EDE4

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

Shades of Linen #F6EDE4

Tints of Linen #F6EDE4

Color information

#F6EDE4 (or 0xF6EDE4) is unknown color: approx Linen. HEX triplet: F6, ED and E4. RGB value is (246,237,228). Sum of RGB (Red+Green+Blue) = 246+237+228=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 237 (92.97% from 255 or 33.33% from 711); Blue value is 228 (89.45% from 255 or 32.07% from 711); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EDE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EDE4 is #09121B. Grayscale: #EEEEEE. Windows color (decimal): -594460 or 15003126. OLE color: 15003126.

HSL color Cylindrical-coordinate representation of color #F6EDE4: hue angle of 30º degrees, saturation: 0.5, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F6EDE4 is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB246237228-
CMYK00.040.070.04
HSL30º50%92.94%-
HSV(B)30º7.32%96.47%-
XYZ82.2985.7685.62-
YUV238.66121.98133.23-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.60%
GREEN value IS 237 (92.97% from 255) = 33.33%
BLUE value IS 228 (89.45% from 255) = 32.07%
R=34.60%
G=33.33%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623722800.040.070.04305092.94
HexF6EDE404741e325d
Octal36635534404743662135
Binary1111011011101101111001000100111100111101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EDE4; }

 p { color: rgb(246,237,228); }

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

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

 a { background-color: rgb(246,237,228); }

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

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

 span { border-color: rgb(246,237,228); }

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