Html Css Color HEX #F6DFBA Wheat

📋 copy color: '#F6DFBA'

red 246 ◦ green 223 ◦ blue 186

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

Shades of Wheat #F6DFBA

Tints of Wheat #F6DFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.4%

R = 37.56%
G = 34.05%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F6DFBA (or 0xF6DFBA) is known color: Wheat. HEX triplet: F6, DF and BA. RGB value is (246,223,186). Sum of RGB (Red+Green+Blue) = 246+223+186=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 186 (73.05% from 255 or 28.40% from 655); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFBA is #092045. Grayscale: #E1E1E1. Windows color (decimal): -598086 or 12247030. OLE color: 12247030.

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

Color convert

RGB 246 223 186 -
CMYK 0 0.09 0.24 0.04
HSL 37º 0.77% 0.85% -
HSV(B) 37º 0.24% 0.96% -
XYZ 73.26 75.91 57.25 -
YUV 225.66 105.62 142.51 -
System Red Green Blue C M Y K H S L
Decimal 246 223 186 0 0.09 0.24 0.04 37 0.77 0.85
Hex F6 DF BA 0 9 18 4 25 4D 55
Octal 366 337 272 0 11 30 4 45 115 125
Binary 11110110 11011111 10111010 0 1001 11000 100 100101 1001101 1010101

Color Harmonies of #F6DFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DFBA

Black with #F6DFBA

Text Example


Text Example

White with #F6DFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DFBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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