#F5DFB7

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

Shades of Wheat #F5DFB7

Tints of Wheat #F5DFB7

Color information

#F5DFB7 (or 0xF5DFB7) is unknown color: approx Wheat. HEX triplet: F5, DF and B7. RGB value is (245,223,183). Sum of RGB (Red+Green+Blue) = 245+223+183=651 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.63% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 183 (71.88% from 255 or 28.11% from 651); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DFB7 is #0A2048. Grayscale: #E1E1E1. Windows color (decimal): -663625 or 12050421. OLE color: 12050421.

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

Color convert

RGB245223183-
CMYK00.090.250.04
HSL38.71º75.61%83.92%-
HSV(B)38.71º25.31%96.08%-
XYZ72.5975.6155.57-
YUV225.02104.29142.25-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.63%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 183 (71.88% from 255) = 28.11%
R=37.63%
G=34.25%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522318300.090.250.0438.7175.6183.92
HexF5DFB709194274c54
Octal36533726701131447114124
Binary111101011101111110110111010011100110010011110011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DFB7; }

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

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

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

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

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

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

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

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