Html Css Color HEX #F4DDB6 Wheat

📋 copy color: '#F4DDB6'

red 244 ◦ green 221 ◦ blue 182

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

Shades of Wheat #F4DDB6

Tints of Wheat #F4DDB6

RGB

 RED value IS 244 (95.7% from 255) = 37.71%

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

 BLUE value IS 182 (71.48% from 255) = 28.13%

R = 37.71%
G = 34.16%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.04

RGB Variations

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

Color information

#F4DDB6 (or 0xF4DDB6) is known color: Wheat. HEX triplet: F4, DD and B6. RGB value is (244,221,182). Sum of RGB (Red+Green+Blue) = 244+221+182=647 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.71% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 182 (71.48% from 255 or 28.13% from 647); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDB6 is #0B2249. Grayscale: #DFDFDF. Windows color (decimal): -729674 or 11984372. OLE color: 11984372.

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

Color convert

RGB 244 221 182 -
CMYK 0 0.09 0.25 0.04
HSL 37.74º 0.74% 0.84% -
HSV(B) 37.74º 0.25% 0.96% -
XYZ 71.61 74.32 54.83 -
YUV 223.43 104.62 142.67 -
System Red Green Blue C M Y K H S L
Decimal 244 221 182 0 0.09 0.25 0.04 37.74 0.74 0.84
Hex F4 DD B6 0 9 19 4 26 4A 54
Octal 364 335 266 0 11 31 4 46 112 124
Binary 11110100 11011101 10110110 0 1001 11001 100 100110 1001010 1010100

Color Harmonies of #F4DDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DDB6

Black with #F4DDB6

Text Example


Text Example

White with #F4DDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DDB6; }

 p { color: rgb(244,221,182); }

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

background-color css

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

 a { background-color: rgb(244,221,182); }

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

border-color css

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

 span { border-color: rgb(244,221,182); }

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