#F1DDB2

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

Shades of Wheat #F1DDB2

Tints of Wheat #F1DDB2

Color information

#F1DDB2 (or 0xF1DDB2) is unknown color: approx Wheat. HEX triplet: F1, DD and B2. RGB value is (241,221,178). Sum of RGB (Red+Green+Blue) = 241+221+178=640 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.66% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 178 (69.92% from 255 or 27.81% from 640); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DDB2 is #0E224D. Grayscale: #DEDEDE. Windows color (decimal): -926286 or 11722225. OLE color: 11722225.

HSL color Cylindrical-coordinate representation of color #F1DDB2: hue angle of 40.95º 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 #F1DDB2 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB241221178-
CMYK00.080.260.05
HSL40.95º69.23%82.16%-
HSV(B)40.95º26.14%94.51%-
XYZ70.1773.6352.63-
YUV222.08103.13141.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.66%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 178 (69.92% from 255) = 27.81%
R=37.66%
G=34.53%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122117800.080.260.0540.9569.2382.16
HexF1DDB2081A5294552
Octal36133526201032551105122
Binary111100011101110110110010010001101010110100110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDB2; }

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

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

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

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

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

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

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

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