Html Css Color HEX #F6DDB9 Wheat

📋 copy color: '#F6DDB9'

red 246 ◦ green 221 ◦ blue 185

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

Shades of Wheat #F6DDB9

Tints of Wheat #F6DDB9

RGB

 RED value IS 246 (96.48% from 255) = 37.73%

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

 BLUE value IS 185 (72.66% from 255) = 28.37%

R = 37.73%
G = 33.9%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6DDB9 (or 0xF6DDB9) is known color: 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

RGB 246 221 185 -
CMYK 0 0.10 0.25 0.04
HSL 35.41º 0.77% 0.85% -
HSV(B) 35.41º 0.25% 0.96% -
XYZ 72.62 74.81 56.51 -
YUV 224.37 105.78 143.43 -
System Red Green Blue C M Y K H S L
Decimal 246 221 185 0 0.10 0.25 0.04 35.41 0.77 0.85
Hex F6 DD B9 0 A 19 4 23 4D 55
Octal 366 335 271 0 12 31 4 43 115 125
Binary 11110110 11011101 10111001 0 1010 11001 100 100011 1001101 1010101

Color Harmonies of #F6DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDB9

Black with #F6DDB9

Text Example


Text Example

White with #F6DDB9

Text Example


Text Example

HTML Codes & Css Web 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>