Html Css Color HEX #F6DEB8 Wheat

📋 copy color: '#F6DEB8'

red 246 ◦ green 222 ◦ blue 184

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

Shades of Wheat #F6DEB8

Tints of Wheat #F6DEB8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.05%

 BLUE value IS 184 (72.27% from 255) = 28.22%

R = 37.73%
G = 34.05%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F6DEB8 (or 0xF6DEB8) is known color: Wheat. HEX triplet: F6, DE and B8. RGB value is (246,222,184). Sum of RGB (Red+Green+Blue) = 246+222+184=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 184 (72.27% from 255 or 28.22% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DEB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DEB8 is #092147. Grayscale: #E1E1E1. Windows color (decimal): -598344 or 12115702. OLE color: 12115702.

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

Color convert

RGB 246 222 184 -
CMYK 0 0.10 0.25 0.04
HSL 36.77º 0.78% 0.84% -
HSV(B) 36.77º 0.25% 0.96% -
XYZ 72.78 75.3 56.05 -
YUV 224.84 104.95 143.09 -
System Red Green Blue C M Y K H S L
Decimal 246 222 184 0 0.10 0.25 0.04 36.77 0.78 0.84
Hex F6 DE B8 0 A 19 4 25 4E 54
Octal 366 336 270 0 12 31 4 45 116 124
Binary 11110110 11011110 10111000 0 1010 11001 100 100101 1001110 1010100

Color Harmonies of #F6DEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DEB8

Black with #F6DEB8

Text Example


Text Example

White with #F6DEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DEB8; }

 p { color: rgb(246,222,184); }

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

background-color css

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

 a { background-color: rgb(246,222,184); }

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

border-color css

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

 span { border-color: rgb(246,222,184); }

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