#F1DFAD

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

Shades of Wheat #F1DFAD

Tints of Wheat #F1DFAD

Color information

#F1DFAD (or 0xF1DFAD) is unknown color: approx Wheat. HEX triplet: F1, DF and AD. RGB value is (241,223,173). Sum of RGB (Red+Green+Blue) = 241+223+173=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFAD is #0E2052. Grayscale: #DEDEDE. Windows color (decimal): -925779 or 11395057. OLE color: 11395057.

HSL color Cylindrical-coordinate representation of color #F1DFAD: hue angle of 44.12º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1DFAD is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB241223173-
CMYK00.070.280.05
HSL44.12º70.83%81.18%-
HSV(B)44.12º28.22%94.51%-
XYZ70.2174.4950.21-
YUV222.6899.96141.07-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.83%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=37.83%
G=35.01%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122317300.070.280.0544.1270.8381.18
HexF1DFAD071C52c4751
Octal3613372550734554107121
Binary11110001110111111010110101111110010110110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFAD; }

 p { color: rgb(241,223,173); }

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

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

 a { background-color: rgb(241,223,173); }

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

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

 span { border-color: rgb(241,223,173); }

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