Html Css Color HEX #F7DCB5 Wheat

📋 copy color: '#F7DCB5'

red 247 ◦ green 220 ◦ blue 181

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

Shades of Wheat #F7DCB5

Tints of Wheat #F7DCB5

RGB

 RED value IS 247 (96.88% from 255) = 38.12%

 GREEN value IS 220 (86.33% from 255) = 33.95%

 BLUE value IS 181 (71.09% from 255) = 27.93%

R = 38.12%
G = 33.95%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F7DCB5 (or 0xF7DCB5) is known color: Wheat. HEX triplet: F7, DC and B5. RGB value is (247,220,181). Sum of RGB (Red+Green+Blue) = 247+220+181=648 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.12% from 648); Green value is 220 (86.33% from 255 or 33.95% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DCB5 is #08234A. Grayscale: #DFDFDF. Windows color (decimal): -533323 or 11918583. OLE color: 11918583.

HSL color Cylindrical-coordinate representation of color #F7DCB5: hue angle of 35.45º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F7DCB5 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 220 181 -
CMYK 0 0.11 0.27 0.03
HSL 35.45º 0.8% 0.84% -
HSV(B) 35.45º 0.27% 0.97% -
XYZ 72.29 74.3 54.25 -
YUV 223.63 103.95 144.67 -
System Red Green Blue C M Y K H S L
Decimal 247 220 181 0 0.11 0.27 0.03 35.45 0.8 0.84
Hex F7 DC B5 0 B 1B 3 23 50 54
Octal 367 334 265 0 13 33 3 43 120 124
Binary 11110111 11011100 10110101 0 1011 11011 11 100011 1010000 1010100

Color Harmonies of #F7DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCB5

Black with #F7DCB5

Text Example


Text Example

White with #F7DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCB5; }

 p { color: rgb(247,220,181); }

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

background-color css

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

 a { background-color: rgb(247,220,181); }

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

border-color css

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

 span { border-color: rgb(247,220,181); }

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