Html Css Color HEX #F6DFB9 Wheat

📋 copy color: '#F6DFB9'

red 246 ◦ green 223 ◦ blue 185

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

Shades of Wheat #F6DFB9

Tints of Wheat #F6DFB9

RGB

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

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

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

R = 37.61%
G = 34.1%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6DFB9 (or 0xF6DFB9) is known color: Wheat. HEX triplet: F6, DF and B9. RGB value is (246,223,185). Sum of RGB (Red+Green+Blue) = 246+223+185=654 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.61% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 185 (72.66% from 255 or 28.29% from 654); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFB9 is #092046. Grayscale: #E1E1E1. Windows color (decimal): -598087 or 12181494. OLE color: 12181494.

HSL color Cylindrical-coordinate representation of color #F6DFB9: hue angle of 37.38º 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 #F6DFB9 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 223 185 -
CMYK 0 0.09 0.25 0.04
HSL 37.38º 0.77% 0.85% -
HSV(B) 37.38º 0.25% 0.96% -
XYZ 73.15 75.87 56.69 -
YUV 225.55 105.12 142.59 -
System Red Green Blue C M Y K H S L
Decimal 246 223 185 0 0.09 0.25 0.04 37.38 0.77 0.85
Hex F6 DF B9 0 9 19 4 25 4D 55
Octal 366 337 271 0 11 31 4 45 115 125
Binary 11110110 11011111 10111001 0 1001 11001 100 100101 1001101 1010101

Color Harmonies of #F6DFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DFB9

Black with #F6DFB9

Text Example


Text Example

White with #F6DFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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