Html Css Color HEX #F6DCAF Wheat

📋 copy color: '#F6DCAF'

red 246 ◦ green 220 ◦ blue 175

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

Shades of Wheat #F6DCAF

Tints of Wheat #F6DCAF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.32%

 BLUE value IS 175 (68.75% from 255) = 27.3%

R = 38.38%
G = 34.32%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F6DCAF (or 0xF6DCAF) is known color: Wheat. HEX triplet: F6, DC and AF. RGB value is (246,220,175). Sum of RGB (Red+Green+Blue) = 246+220+175=641 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.38% from 641); Green value is 220 (86.33% from 255 or 34.32% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DCAF is #092350. Grayscale: #DEDEDE. Windows color (decimal): -598865 or 11525366. OLE color: 11525366.

HSL color Cylindrical-coordinate representation of color #F6DCAF: hue angle of 38.03º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6DCAF is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 175 -
CMYK 0 0.11 0.29 0.04
HSL 38.03º 0.8% 0.83% -
HSV(B) 38.03º 0.29% 0.96% -
XYZ 71.34 73.87 51.06 -
YUV 222.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 246 220 175 0 0.11 0.29 0.04 38.03 0.8 0.83
Hex F6 DC AF 0 B 1D 4 26 50 53
Octal 366 334 257 0 13 35 4 46 120 123
Binary 11110110 11011100 10101111 0 1011 11101 100 100110 1010000 1010011

Color Harmonies of #F6DCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCAF

Black with #F6DCAF

Text Example


Text Example

White with #F6DCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCAF; }

 p { color: rgb(246,220,175); }

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

background-color css

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

 a { background-color: rgb(246,220,175); }

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

border-color css

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

 span { border-color: rgb(246,220,175); }

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