#F3EFEA

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

Shades of Linen #F3EFEA

Tints of Linen #F3EFEA

Color information

#F3EFEA (or 0xF3EFEA) is unknown color: approx Linen. HEX triplet: F3, EF and EA. RGB value is (243,239,234). Sum of RGB (Red+Green+Blue) = 243+239+234=716 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.94% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 234 (91.80% from 255 or 32.68% from 716); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F3EFEA is #0C1015. Grayscale: #EFEFEF. Windows color (decimal): -790550 or 15396851. OLE color: 15396851.

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

Color convert

RGB243239234-
CMYK00.020.040.05
HSL33.33º27.27%93.53%-
HSV(B)33.33º3.7%95.29%-
XYZ82.6886.7390.22-
YUV239.63124.83130.41-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 33.94%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 234 (91.80% 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
Decimal24323923400.020.040.0533.3327.2793.53
HexF3EFEA0245211b5e
Octal36335735202454133136
Binary111100111110111111101010010100101100001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EFEA; }

 p { color: rgb(243,239,234); }

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

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

 a { background-color: rgb(243,239,234); }

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

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

 span { border-color: rgb(243,239,234); }

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