#F3E1B3

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

Shades of Wheat #F3E1B3

Tints of Wheat #F3E1B3

Color information

#F3E1B3 (or 0xF3E1B3) is unknown color: approx Wheat. HEX triplet: F3, E1 and B3. RGB value is (243,225,179). Sum of RGB (Red+Green+Blue) = 243+225+179=647 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.56% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 179 (70.31% from 255 or 27.67% from 647); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E1B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E1B3 is #0C1E4C. Grayscale: #E1E1E1. Windows color (decimal): -794189 or 11788787. OLE color: 11788787.

HSL color Cylindrical-coordinate representation of color #F3E1B3: hue angle of 43.12º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F3E1B3 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243225179-
CMYK00.070.260.05
HSL43.12º72.73%82.75%-
HSV(B)43.12º26.34%95.29%-
XYZ72.0276.1653.55-
YUV225.14101.96140.74-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.56%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 179 (70.31% from 255) = 27.67%
R=37.56%
G=34.78%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322517900.070.260.0543.1272.7382.75
HexF3E1B3071A52b4953
Octal3633412630732553111123
Binary11110011111000011011001101111101010110101110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E1B3; }

 p { color: rgb(243,225,179); }

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

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

 a { background-color: rgb(243,225,179); }

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

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

 span { border-color: rgb(243,225,179); }

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