#FFF6EB

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

Shades of Linen #FFF6EB

Tints of Linen #FFF6EB

Color information

#FFF6EB (or 0xFFF6EB) is unknown color: approx Linen. HEX triplet: FF, F6 and EB. RGB value is (255,246,235). Sum of RGB (Red+Green+Blue) = 255+246+235=736 (97% of max value = 765). Red value is 255 (100% from 255 or 34.65% from 736); Green value is 246 (96.48% from 255 or 33.42% from 736); Blue value is 235 (92.19% from 255 or 31.93% from 736); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6EB is #000914. Grayscale: #F7F7F7. Windows color (decimal): -2325 or 15464191. OLE color: 15464191.

HSL color Cylindrical-coordinate representation of color #FFF6EB: hue angle of 33º 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 #FFF6EB is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB255246235-
CMYK00.040.080
HSL33º100%96.08%-
HSV(B)33º7.84%100%-
XYZ89.1993.1791.88-
YUV247.44120.98133.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 34.65%
GREEN value IS 246 (96.48% from 255) = 33.42%
BLUE value IS 235 (92.19% from 255) = 31.93%
R=34.65%
G=33.42%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524623500.040.0803310096.08
HexFFF6EB0480216460
Octal3773663530410041144140
Binary11111111111101101110101101001000010000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF6EB; }

 p { color: rgb(255,246,235); }

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

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

 a { background-color: rgb(255,246,235); }

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

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

 span { border-color: rgb(255,246,235); }

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