#F1DFB3

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

Shades of Wheat #F1DFB3

Tints of Wheat #F1DFB3

Color information

#F1DFB3 (or 0xF1DFB3) is unknown color: approx Wheat. HEX triplet: F1, DF and B3. RGB value is (241,223,179). Sum of RGB (Red+Green+Blue) = 241+223+179=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 179 (70.31% from 255 or 27.84% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DFB3 is #0E204C. Grayscale: #DFDFDF. Windows color (decimal): -925773 or 11788273. OLE color: 11788273.

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

Color convert

RGB241223179-
CMYK00.070.260.05
HSL42.58º68.89%82.35%-
HSV(B)42.58º25.73%94.51%-
XYZ70.874.7353.34-
YUV223.37102.96140.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 179 (70.31% from 255) = 27.84%
R=37.48%
G=34.68%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122317900.070.260.0542.5868.8982.35
HexF1DFB3071A52b4552
Octal3613372630732553105122
Binary11110001110111111011001101111101010110101110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DFB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DFB3; }

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

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

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

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

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

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

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

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