Html Css Color HEX #F9DFB6 Wheat

📋 copy color: '#F9DFB6'

red 249 ◦ green 223 ◦ blue 182

#F9DFB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wheat #F9DFB6

Tints of Wheat #F9DFB6

RGB

 RED value IS 249 (97.66% from 255) = 38.07%

 GREEN value IS 223 (87.5% from 255) = 34.1%

 BLUE value IS 182 (71.48% from 255) = 27.83%

R = 38.07%
G = 34.1%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F9DFB6 (or 0xF9DFB6) is known color: Wheat. HEX triplet: F9, DF and B6. RGB value is (249,223,182). Sum of RGB (Red+Green+Blue) = 249+223+182=654 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.07% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 182 (71.48% from 255 or 27.83% from 654); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DFB6 is #062049. Grayscale: #E2E2E2. Windows color (decimal): -401482 or 11984889. OLE color: 11984889.

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

Color convert

RGB 249 223 182 -
CMYK 0 0.10 0.27 0.02
HSL 36.72º 0.85% 0.85% -
HSV(B) 36.72º 0.27% 0.98% -
XYZ 73.9 76.29 55.09 -
YUV 226.1 103.11 144.33 -
System Red Green Blue C M Y K H S L
Decimal 249 223 182 0 0.10 0.27 0.02 36.72 0.85 0.85
Hex F9 DF B6 0 A 1B 2 25 55 55
Octal 371 337 266 0 12 33 2 45 125 125
Binary 11111001 11011111 10110110 0 1010 11011 10 100101 1010101 1010101

Color Harmonies of #F9DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DFB6

Black with #F9DFB6

Text Example


Text Example

White with #F9DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DFB6; }

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

 H1.HeaderClassName
 {
   color: #F9DFB6;
 }
 .AnyTagClassName
 {
   color: #F9DFB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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