#FFF5EA

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

Shades of Linen #FFF5EA

Tints of Linen #FFF5EA

Color information

#FFF5EA (or 0xFFF5EA) is unknown color: approx Linen. HEX triplet: FF, F5 and EA. RGB value is (255,245,234). Sum of RGB (Red+Green+Blue) = 255+245+234=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 245 (96.09% from 255 or 33.38% from 734); Blue value is 234 (91.80% from 255 or 31.88% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5EA is #000A15. Grayscale: #F6F6F6. Windows color (decimal): -2582 or 15398399. OLE color: 15398399.

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

Color convert

RGB255245234-
CMYK00.040.080
HSL31.43º100%95.88%-
HSV(B)31.43º8.24%100%-
XYZ88.7492.5191.02-
YUV246.74120.81133.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.74%
GREEN value IS 245 (96.09% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 31.88%
R=34.74%
G=33.38%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524523400.040.08031.4310095.88
HexFFF5EA04801f6460
Octal3773653520410037144140
Binary1111111111110101111010100100100001111111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5EA; }

 p { color: rgb(255,245,234); }

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

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

 a { background-color: rgb(255,245,234); }

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

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

 span { border-color: rgb(255,245,234); }

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