Html Css Color HEX #F6DFB6 Wheat

📋 copy color: '#F6DFB6'

red 246 ◦ green 223 ◦ blue 182

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

Shades of Wheat #F6DFB6

Tints of Wheat #F6DFB6

RGB

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

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

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

R = 37.79%
G = 34.25%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F6DFB6 (or 0xF6DFB6) is known color: Wheat. HEX triplet: F6, DF and B6. RGB value is (246,223,182). Sum of RGB (Red+Green+Blue) = 246+223+182=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 182 (71.48% from 255 or 27.96% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFB6 is #092049. Grayscale: #E1E1E1. Windows color (decimal): -598090 or 11984886. OLE color: 11984886.

HSL color Cylindrical-coordinate representation of color #F6DFB6: hue angle of 38.44º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F6DFB6 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 223 182 -
CMYK 0 0.09 0.26 0.04
HSL 38.44º 0.78% 0.84% -
HSV(B) 38.44º 0.26% 0.96% -
XYZ 72.84 75.75 55.04 -
YUV 225.2 103.62 142.83 -
System Red Green Blue C M Y K H S L
Decimal 246 223 182 0 0.09 0.26 0.04 38.44 0.78 0.84
Hex F6 DF B6 0 9 1A 4 26 4E 54
Octal 366 337 266 0 11 32 4 46 116 124
Binary 11110110 11011111 10110110 0 1001 11010 100 100110 1001110 1010100

Color Harmonies of #F6DFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DFB6

Black with #F6DFB6

Text Example


Text Example

White with #F6DFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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