Html Css Color HEX #F6DDB8 Wheat

📋 copy color: '#F6DDB8'

red 246 ◦ green 221 ◦ blue 184

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

Shades of Wheat #F6DDB8

Tints of Wheat #F6DDB8

RGB

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

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

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

R = 37.79%
G = 33.95%
B = 28.26%

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

#F6DDB8 (or 0xF6DDB8) is known color: Wheat. HEX triplet: F6, DD and B8. RGB value is (246,221,184). Sum of RGB (Red+Green+Blue) = 246+221+184=651 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.79% from 651); Green value is 221 (86.72% from 255 or 33.95% from 651); Blue value is 184 (72.27% from 255 or 28.26% from 651); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDB8 is #092247. Grayscale: #E0E0E0. Windows color (decimal): -598600 or 12115446. OLE color: 12115446.

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

Color convert

RGB 246 221 184 -
CMYK 0 0.10 0.25 0.04
HSL 35.81º 0.78% 0.84% -
HSV(B) 35.81º 0.25% 0.96% -
XYZ 72.51 74.77 55.96 -
YUV 224.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 246 221 184 0 0.10 0.25 0.04 35.81 0.78 0.84
Hex F6 DD B8 0 A 19 4 24 4E 54
Octal 366 335 270 0 12 31 4 44 116 124
Binary 11110110 11011101 10111000 0 1010 11001 100 100100 1001110 1010100

Color Harmonies of #F6DDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDB8

Black with #F6DDB8

Text Example


Text Example

White with #F6DDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DDB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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