#F5F7DC

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

Shades of Beige #F5F7DC

Tints of Beige #F5F7DC

Color information

#F5F7DC (or 0xF5F7DC) is unknown color: approx Beige. HEX triplet: F5, F7 and DC. RGB value is (245,247,220). Sum of RGB (Red+Green+Blue) = 245+247+220=712 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.41% from 712); Green value is 247 (96.88% from 255 or 34.69% from 712); Blue value is 220 (86.33% from 255 or 30.90% from 712); Max value from RGB is 247 - color contains mainly: green. Hex color #F5F7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F7DC is #0A0823. Grayscale: #F3F3F3. Windows color (decimal): -657444 or 14481397. OLE color: 14481397.

HSL color Cylindrical-coordinate representation of color #F5F7DC: hue angle of 64.44º 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 #F5F7DC is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB245247220-
CMYK0.0100.110.03
HSL64.44º62.79%91.57%-
HSV(B)64.44º10.93%96.86%-
XYZ83.8491.180.88-
YUV243.32114.84129.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.41%
GREEN value IS 247 (96.88% from 255) = 34.69%
BLUE value IS 220 (86.33% from 255) = 30.90%
R=34.41%
G=34.69%
B=30.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452472200.0100.110.0364.4462.7991.57
HexF5F7DC10B3403f5c
Octal3653673341013310077134
Binary1111010111110111110111001010111110000001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F7DC; }

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

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

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

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

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

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

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

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