Html Css Color HEX #F6DAB2 Wheat

📋 copy color: '#F6DAB2'

red 246 ◦ green 218 ◦ blue 178

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

Shades of Wheat #F6DAB2

Tints of Wheat #F6DAB2

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.96%

 BLUE value IS 178 (69.92% from 255) = 27.73%

R = 38.32%
G = 33.96%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F6DAB2 (or 0xF6DAB2) is known color: Wheat. HEX triplet: F6, DA and B2. RGB value is (246,218,178). Sum of RGB (Red+Green+Blue) = 246+218+178=642 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.32% from 642); Green value is 218 (85.55% from 255 or 33.96% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DAB2 is #09254D. Grayscale: #DEDEDE. Windows color (decimal): -599374 or 11721462. OLE color: 11721462.

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

Color convert

RGB 246 218 178 -
CMYK 0 0.11 0.28 0.04
HSL 35.29º 0.79% 0.83% -
HSV(B) 35.29º 0.28% 0.96% -
XYZ 71.11 72.95 52.45 -
YUV 221.81 103.28 145.25 -
System Red Green Blue C M Y K H S L
Decimal 246 218 178 0 0.11 0.28 0.04 35.29 0.79 0.83
Hex F6 DA B2 0 B 1C 4 23 4F 53
Octal 366 332 262 0 13 34 4 43 117 123
Binary 11110110 11011010 10110010 0 1011 11100 100 100011 1001111 1010011

Color Harmonies of #F6DAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DAB2

Black with #F6DAB2

Text Example


Text Example

White with #F6DAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DAB2; }

 p { color: rgb(246,218,178); }

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

background-color css

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

 a { background-color: rgb(246,218,178); }

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

border-color css

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

 span { border-color: rgb(246,218,178); }

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