#F7F1EA

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

Shades of Linen #F7F1EA

Tints of Linen #F7F1EA

Color information

#F7F1EA (or 0xF7F1EA) is unknown color: approx Linen. HEX triplet: F7, F1 and EA. RGB value is (247,241,234). Sum of RGB (Red+Green+Blue) = 247+241+234=722 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.21% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 234 (91.80% from 255 or 32.41% from 722); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F1EA is #080E15. Grayscale: #F2F2F2. Windows color (decimal): -527894 or 15397367. OLE color: 15397367.

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

Color convert

RGB247241234-
CMYK00.020.050.03
HSL32.31º44.83%94.31%-
HSV(B)32.31º5.26%96.86%-
XYZ84.6688.6390.49-
YUV242123.49131.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.21%
GREEN value IS 241 (94.53% from 255) = 33.38%
BLUE value IS 234 (91.80% from 255) = 32.41%
R=34.21%
G=33.38%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724123400.020.050.0332.3144.8394.31
HexF7F1EA0253202d5e
Octal36736135202534055136
Binary111101111111000111101010010101111000001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F1EA; }

 p { color: rgb(247,241,234); }

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

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

 a { background-color: rgb(247,241,234); }

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

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

 span { border-color: rgb(247,241,234); }

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