#F7E1B9

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

Shades of Wheat #F7E1B9

Tints of Wheat #F7E1B9

Color information

#F7E1B9 (or 0xF7E1B9) is unknown color: approx Wheat. HEX triplet: F7, E1 and B9. RGB value is (247,225,185). Sum of RGB (Red+Green+Blue) = 247+225+185=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 225 (88.28% from 255 or 34.25% from 657); Blue value is 185 (72.66% from 255 or 28.16% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E1B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E1B9 is #081E46. Grayscale: #E3E3E3. Windows color (decimal): -532039 or 12182007. OLE color: 12182007.

HSL color Cylindrical-coordinate representation of color #F7E1B9: hue angle of 38.71º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7E1B9 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247225185-
CMYK00.090.250.03
HSL38.71º79.49%84.71%-
HSV(B)38.71º25.1%96.86%-
XYZ74.0477.1356.88-
YUV227.02104.29142.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.60%
GREEN value IS 225 (88.28% from 255) = 34.25%
BLUE value IS 185 (72.66% from 255) = 28.16%
R=37.60%
G=34.25%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722518500.090.250.0338.7179.4984.71
HexF7E1B909193274f55
Octal36734127101131347117125
Binary11110111111000011011100101001110011110011110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E1B9; }

 p { color: rgb(247,225,185); }

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

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

 a { background-color: rgb(247,225,185); }

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

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

 span { border-color: rgb(247,225,185); }

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