Html Css Color HEX #F9DDB6 Wheat

📋 copy color: '#F9DDB6'

red 249 ◦ green 221 ◦ blue 182

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

Shades of Wheat #F9DDB6

Tints of Wheat #F9DDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.9%

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

R = 38.19%
G = 33.9%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#F9DDB6 (or 0xF9DDB6) is known color: Wheat. HEX triplet: F9, DD and B6. RGB value is (249,221,182). Sum of RGB (Red+Green+Blue) = 249+221+182=652 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.19% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 182 (71.48% from 255 or 27.91% from 652); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9DDB6 is #062249. Grayscale: #E1E1E1. Windows color (decimal): -401994 or 11984377. OLE color: 11984377.

HSL color Cylindrical-coordinate representation of color #F9DDB6: hue angle of 34.93º 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 #F9DDB6 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 221 182 -
CMYK 0 0.11 0.27 0.02
HSL 34.93º 0.85% 0.85% -
HSV(B) 34.93º 0.27% 0.98% -
XYZ 73.37 75.23 54.91 -
YUV 224.93 103.78 145.17 -
System Red Green Blue C M Y K H S L
Decimal 249 221 182 0 0.11 0.27 0.02 34.93 0.85 0.85
Hex F9 DD B6 0 B 1B 2 23 55 55
Octal 371 335 266 0 13 33 2 43 125 125
Binary 11111001 11011101 10110110 0 1011 11011 10 100011 1010101 1010101

Color Harmonies of #F9DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DDB6

Black with #F9DDB6

Text Example


Text Example

White with #F9DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DDB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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