#F7DDB8

Color #F7DDB8 Wheat (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wheat #F7DDB8

Tints of Wheat #F7DDB8

Color information

#F7DDB8 (or 0xF7DDB8) is unknown color: approx Wheat. HEX triplet: F7, DD and B8. RGB value is (247,221,184). Sum of RGB (Red+Green+Blue) = 247+221+184=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 221 (86.72% from 255 or 33.90% from 652); Blue value is 184 (72.27% from 255 or 28.22% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DDB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DDB8 is #082247. Grayscale: #E0E0E0. Windows color (decimal): -533064 or 12115447. OLE color: 12115447.

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

Color convert

RGB247221184-
CMYK00.110.260.03
HSL35.24º79.75%84.51%-
HSV(B)35.24º25.51%96.86%-
XYZ72.8774.9555.97-
YUV224.56105.11144.01-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.88%
GREEN value IS 221 (86.72% from 255) = 33.90%
BLUE value IS 184 (72.27% from 255) = 28.22%
R=37.88%
G=33.90%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722118400.110.260.0335.2479.7584.51
HexF7DDB80B1A3235055
Octal36733527001332343120125
Binary11110111110111011011100001011110101110001110100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7DDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7DDB8; }

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

 H1.HeaderClassName
 {
   color: #F7DDB8;
 }
 .AnyTagClassName
 {
   color: #F7DDB8;
 }
</style>
background-color css

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

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

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

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

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

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