Html Css Color HEX #F6DDB7 Wheat

📋 copy color: '#F6DDB7'

red 246 ◦ green 221 ◦ blue 183

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

Shades of Wheat #F6DDB7

Tints of Wheat #F6DDB7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34%

 BLUE value IS 183 (71.88% from 255) = 28.15%

R = 37.85%
G = 34%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.04

RGB Variations

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

Color information

#F6DDB7 (or 0xF6DDB7) is known color: Wheat. HEX triplet: F6, DD and B7. RGB value is (246,221,183). Sum of RGB (Red+Green+Blue) = 246+221+183=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 183 (71.88% from 255 or 28.15% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDB7 is #092248. Grayscale: #E0E0E0. Windows color (decimal): -598601 or 12049910. OLE color: 12049910.

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

Color convert

RGB 246 221 183 -
CMYK 0 0.10 0.26 0.04
HSL 36.19º 0.78% 0.84% -
HSV(B) 36.19º 0.26% 0.96% -
XYZ 72.41 74.72 55.41 -
YUV 224.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 246 221 183 0 0.10 0.26 0.04 36.19 0.78 0.84
Hex F6 DD B7 0 A 1A 4 24 4E 54
Octal 366 335 267 0 12 32 4 44 116 124
Binary 11110110 11011101 10110111 0 1010 11010 100 100100 1001110 1010100

Color Harmonies of #F6DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDB7

Black with #F6DDB7

Text Example


Text Example

White with #F6DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DDB7; }

 p { color: rgb(246,221,183); }

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

background-color css

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

 a { background-color: rgb(246,221,183); }

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

border-color css

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

 span { border-color: rgb(246,221,183); }

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