#F6DDB9

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

Shades of Wheat #F6DDB9

Tints of Wheat #F6DDB9

Color information

#F6DDB9 (or 0xF6DDB9) is unknown color: approx Wheat. HEX triplet: F6, DD and B9. RGB value is (246,221,185). Sum of RGB (Red+Green+Blue) = 246+221+185=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 185 (72.66% from 255 or 28.37% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDB9 is #092246. Grayscale: #E0E0E0. Windows color (decimal): -598599 or 12180982. OLE color: 12180982.

HSL color Cylindrical-coordinate representation of color #F6DDB9: hue angle of 35.41º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6DDB9 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB246221185-
CMYK00.100.250.04
HSL35.41º77.22%84.51%-
HSV(B)35.41º24.8%96.47%-
XYZ72.6274.8156.51-
YUV224.37105.78143.43-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.73%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 185 (72.66% from 255) = 28.37%
R=37.73%
G=33.90%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622118500.100.250.0435.4177.2284.51
HexF6DDB90A194234d55
Octal36633527101231443115125
Binary111101101101110110111001010101100110010001110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6DDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6DDB9; }

 p { color: rgb(246,221,185); }

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

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

 a { background-color: rgb(246,221,185); }

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

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

 span { border-color: rgb(246,221,185); }

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