#F7DAB0

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

Shades of Wheat #F7DAB0

Tints of Wheat #F7DAB0

Color information

#F7DAB0 (or 0xF7DAB0) is unknown color: approx Wheat. HEX triplet: F7, DA and B0. RGB value is (247,218,176). Sum of RGB (Red+Green+Blue) = 247+218+176=641 (84% of max value = 765). Red value is 247 (96.88% from 255 or 38.53% from 641); Green value is 218 (85.55% from 255 or 34.01% from 641); Blue value is 176 (69.14% from 255 or 27.46% from 641); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DAB0 is #08254F. Grayscale: #DEDEDE. Windows color (decimal): -533840 or 11590391. OLE color: 11590391.

HSL color Cylindrical-coordinate representation of color #F7DAB0: hue angle of 35.49º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F7DAB0 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB247218176-
CMYK00.120.290.03
HSL35.49º81.61%82.94%-
HSV(B)35.49º28.74%96.86%-
XYZ71.2773.0551.42-
YUV221.88102.11145.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.53%
GREEN value IS 218 (85.55% from 255) = 34.01%
BLUE value IS 176 (69.14% from 255) = 27.46%
R=38.53%
G=34.01%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24721817600.120.290.0335.4981.6182.94
HexF7DAB00C1D3235253
Octal36733226001435343122123
Binary11110111110110101011000001100111011110001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DAB0; }

 p { color: rgb(247,218,176); }

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

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

 a { background-color: rgb(247,218,176); }

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

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

 span { border-color: rgb(247,218,176); }

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