#F5F6DE

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

Shades of Beige #F5F6DE

Tints of Beige #F5F6DE

Color information

#F5F6DE (or 0xF5F6DE) is unknown color: approx Beige. HEX triplet: F5, F6 and DE. RGB value is (245,246,222). Sum of RGB (Red+Green+Blue) = 245+246+222=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 246 (96.48% from 255 or 34.50% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F6DE is #0A0921. Grayscale: #F3F3F3. Windows color (decimal): -657698 or 14612213. OLE color: 14612213.

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

Color convert

RGB245246222-
CMYK0.0000.100.04
HSL62.5º57.14%91.76%-
HSV(B)62.5º9.76%96.47%-
XYZ83.890.682.18-
YUV242.96116.17129.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.36%
GREEN value IS 246 (96.48% from 255) = 34.50%
BLUE value IS 222 (87.11% from 255) = 31.14%
R=34.36%
G=34.50%
B=31.14%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452462220.0000.100.0462.557.1491.76
HexF5F6DE00A43e395c
Octal365366336001247671134
Binary1111010111110110110111100010101001111101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F6DE; }

 p { color: rgb(245,246,222); }

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

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

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

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

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

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

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