#F7EFE6

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

Shades of Linen #F7EFE6

Tints of Linen #F7EFE6

Color information

#F7EFE6 (or 0xF7EFE6) is unknown color: approx Linen. HEX triplet: F7, EF and E6. RGB value is (247,239,230). Sum of RGB (Red+Green+Blue) = 247+239+230=716 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.50% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EFE6 is #081019. Grayscale: #F0F0F0. Windows color (decimal): -528410 or 15134711. OLE color: 15134711.

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

Color convert

RGB247239230-
CMYK00.030.070.03
HSL31.76º51.52%93.53%-
HSV(B)31.76º6.88%96.86%-
XYZ83.5187.2287.3-
YUV240.37122.15132.73-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.50%
GREEN value IS 239 (93.75% from 255) = 33.38%
BLUE value IS 230 (90.23% from 255) = 32.12%
R=34.50%
G=33.38%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723923000.030.070.0331.7651.5293.53
HexF7EFE6037320345e
Octal36735734603734064136
Binary111101111110111111100110011111111000001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EFE6; }

 p { color: rgb(247,239,230); }

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

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

 a { background-color: rgb(247,239,230); }

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

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

 span { border-color: rgb(247,239,230); }

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