#F1DCB1

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

Shades of Wheat #F1DCB1

Tints of Wheat #F1DCB1

Color information

#F1DCB1 (or 0xF1DCB1) is unknown color: approx Wheat. HEX triplet: F1, DC and B1. RGB value is (241,220,177). Sum of RGB (Red+Green+Blue) = 241+220+177=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 177 (69.53% from 255 or 27.74% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCB1 is #0E234E. Grayscale: #DDDDDD. Windows color (decimal): -926543 or 11656433. OLE color: 11656433.

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

Color convert

RGB241220177-
CMYK00.090.270.05
HSL40.31º69.57%81.96%-
HSV(B)40.31º26.56%94.51%-
XYZ69.873.0652.02-
YUV221.38102.96142-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.77%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 177 (69.53% from 255) = 27.74%
R=37.77%
G=34.48%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122017700.090.270.0540.3169.5781.96
HexF1DCB1091B5284652
Octal36133426101133550106122
Binary111100011101110010110001010011101110110100010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCB1; }

 p { color: rgb(241,220,177); }

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

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

 a { background-color: rgb(241,220,177); }

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

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

 span { border-color: rgb(241,220,177); }

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