#F4EFEA

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

Shades of Linen #F4EFEA

Tints of Linen #F4EFEA

Color information

#F4EFEA (or 0xF4EFEA) is unknown color: approx Linen. HEX triplet: F4, EF and EA. RGB value is (244,239,234). Sum of RGB (Red+Green+Blue) = 244+239+234=717 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.03% from 717); Green value is 239 (93.75% from 255 or 33.33% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EFEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4EFEA is #0B1015. Grayscale: #EFEFEF. Windows color (decimal): -725014 or 15396852. OLE color: 15396852.

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

Color convert

RGB244239234-
CMYK00.020.040.04
HSL30º31.25%93.73%-
HSV(B)30º4.1%95.69%-
XYZ83.0386.9190.24-
YUV239.92124.66130.91-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.03%
GREEN value IS 239 (93.75% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=34.03%
G=33.33%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423923400.020.040.043031.2593.73
HexF4EFEA02441e1f5e
Octal36435735202443637136
Binary11110100111011111110101001010010011110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EFEA; }

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

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

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

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

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

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

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

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