#F9DFBA

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

Shades of Wheat #F9DFBA

Tints of Wheat #F9DFBA

Color information

#F9DFBA (or 0xF9DFBA) is unknown color: approx Wheat. HEX triplet: F9, DF and BA. RGB value is (249,223,186). Sum of RGB (Red+Green+Blue) = 249+223+186=658 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.84% from 658); Green value is 223 (87.5% from 255 or 33.89% from 658); Blue value is 186 (73.05% from 255 or 28.27% from 658); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFBA is #062045. Grayscale: #E2E2E2. Windows color (decimal): -401478 or 12247033. OLE color: 12247033.

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

Color convert

RGB249223186-
CMYK00.100.250.02
HSL35.24º84%85.29%-
HSV(B)35.24º25.3%97.65%-
XYZ74.3276.4657.3-
YUV226.56105.11144.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.84%
GREEN value IS 223 (87.5% from 255) = 33.89%
BLUE value IS 186 (73.05% from 255) = 28.27%
R=37.84%
G=33.89%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922318600.100.250.0235.248485.29
HexF9DFBA0A192235455
Octal37133727201231243124125
Binary11111001110111111011101001010110011010001110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DFBA; }

 p { color: rgb(249,223,186); }

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

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

 a { background-color: rgb(249,223,186); }

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

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

 span { border-color: rgb(249,223,186); }

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