#F1DCAC

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

Shades of Wheat #F1DCAC

Tints of Wheat #F1DCAC

Color information

#F1DCAC (or 0xF1DCAC) is unknown color: approx Wheat. HEX triplet: F1, DC and AC. RGB value is (241,220,172). Sum of RGB (Red+Green+Blue) = 241+220+172=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 172 (67.58% from 255 or 27.17% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCAC is #0E2353. Grayscale: #DDDDDD. Windows color (decimal): -926548 or 11328753. OLE color: 11328753.

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

Color convert

RGB241220172-
CMYK00.090.290.05
HSL41.74º71.13%80.98%-
HSV(B)41.74º28.63%94.51%-
XYZ69.3272.8749.44-
YUV220.81100.46142.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.07%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 172 (67.58% from 255) = 27.17%
R=38.07%
G=34.76%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122017200.090.290.0541.7471.1380.98
HexF1DCAC091D52a4751
Octal36133425401135552107121
Binary111100011101110010101100010011110110110101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCAC; }

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

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

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

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

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

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

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

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