#F1DDB0

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

Shades of Wheat #F1DDB0

Tints of Wheat #F1DDB0

Color information

#F1DDB0 (or 0xF1DDB0) is unknown color: approx Wheat. HEX triplet: F1, DD and B0. RGB value is (241,221,176). Sum of RGB (Red+Green+Blue) = 241+221+176=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 176 (69.14% from 255 or 27.59% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DDB0 is #0E224F. Grayscale: #DEDEDE. Windows color (decimal): -926288 or 11591153. OLE color: 11591153.

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

Color convert

RGB241221176-
CMYK00.080.270.05
HSL41.54º69.89%81.76%-
HSV(B)41.54º26.97%94.51%-
XYZ69.9773.5551.58-
YUV221.85102.13141.66-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 176 (69.14% from 255) = 27.59%
R=37.77%
G=34.64%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122117600.080.270.0541.5469.8981.76
HexF1DDB0081B52a4652
Octal36133526001033552106122
Binary111100011101110110110000010001101110110101010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDB0; }

 p { color: rgb(241,221,176); }

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

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

 a { background-color: rgb(241,221,176); }

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

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

 span { border-color: rgb(241,221,176); }

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