#F6F6E1

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

Shades of Beige #F6F6E1

Tints of Beige #F6F6E1

Color information

#F6F6E1 (or 0xF6F6E1) is unknown color: approx Beige. HEX triplet: F6, F6 and E1. RGB value is (246,246,225). Sum of RGB (Red+Green+Blue) = 246+246+225=717 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.31% from 717); Green value is 246 (96.48% from 255 or 34.31% from 717); Blue value is 225 (88.28% from 255 or 31.38% from 717); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F6E1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F6E1 is #09091E. Grayscale: #F3F3F3. Windows color (decimal): -592159 or 14808822. OLE color: 14808822.

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

Color convert

RGB246246225-
CMYK000.090.04
HSL60º53.85%92.35%-
HSV(B)60º8.54%96.47%-
XYZ84.5590.9484.33-
YUV243.61117.5129.71-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.31%
GREEN value IS 246 (96.48% from 255) = 34.31%
BLUE value IS 225 (88.28% from 255) = 31.38%
R=34.31%
G=34.31%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246246225000.090.046053.8592.35
HexF6F6E100943c365c
Octal366366341001147466134
Binary1111011011110110111000010010011001111001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F6E1; }

 p { color: rgb(246,246,225); }

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

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

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

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

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

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

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