#F5F7DF

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

Shades of Beige #F5F7DF

Tints of Beige #F5F7DF

Color information

#F5F7DF (or 0xF5F7DF) is unknown color: approx Beige. HEX triplet: F5, F7 and DF. RGB value is (245,247,223). Sum of RGB (Red+Green+Blue) = 245+247+223=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F7DF is #0A0820. Grayscale: #F3F3F3. Windows color (decimal): -657441 or 14678005. OLE color: 14678005.

HSL color Cylindrical-coordinate representation of color #F5F7DF: hue angle of 65º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5F7DF is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB245247223-
CMYK0.0100.100.03
HSL65º60%92.16%-
HSV(B)65º9.72%96.86%-
XYZ84.2491.2682.99-
YUV243.67116.34128.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 247 (96.88% from 255) = 34.55%
BLUE value IS 223 (87.5% from 255) = 31.19%
R=34.27%
G=34.55%
B=31.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452472230.0100.100.03656092.16
HexF5F7DF10A3413c5c
Octal3653673371012310174134
Binary1111010111110111110111111010101110000011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F7DF; }

 p { color: rgb(245,247,223); }

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

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

 a { background-color: rgb(245,247,223); }

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

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

 span { border-color: rgb(245,247,223); }

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