#F6F7DC

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

Shades of Beige #F6F7DC

Tints of Beige #F6F7DC

Color information

#F6F7DC (or 0xF6F7DC) is unknown color: approx Beige. HEX triplet: F6, F7 and DC. RGB value is (246,247,220). Sum of RGB (Red+Green+Blue) = 246+247+220=713 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.50% from 713); Green value is 247 (96.88% from 255 or 34.64% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 247 - color contains mainly: green. Hex color #F6F7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6F7DC is #090823. Grayscale: #F3F3F3. Windows color (decimal): -591908 or 14481398. OLE color: 14481398.

HSL color Cylindrical-coordinate representation of color #F6F7DC: hue angle of 62.22º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F6F7DC is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB246247220-
CMYK0.0000.110.03
HSL62.22º62.79%91.57%-
HSV(B)62.22º10.93%96.86%-
XYZ84.1991.2880.89-
YUV243.62114.67129.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.50%
GREEN value IS 247 (96.88% from 255) = 34.64%
BLUE value IS 220 (86.33% from 255) = 30.86%
R=34.50%
G=34.64%
B=30.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462472200.0000.110.0362.2262.7991.57
HexF6F7DC00B33e3f5c
Octal366367334001337677134
Binary111101101111011111011100001011111111101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F7DC; }

 p { color: rgb(246,247,220); }

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

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

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

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

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

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

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