#FADDB2

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

Shades of Wheat #FADDB2

Tints of Wheat #FADDB2

Color information

#FADDB2 (or 0xFADDB2) is unknown color: approx Wheat. HEX triplet: FA, DD and B2. RGB value is (250,221,178). Sum of RGB (Red+Green+Blue) = 250+221+178=649 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.52% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 178 (69.92% from 255 or 27.43% from 649); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADDB2 is #05224D. Grayscale: #E0E0E0. Windows color (decimal): -336462 or 11722234. OLE color: 11722234.

HSL color Cylindrical-coordinate representation of color #FADDB2: hue angle of 35.83º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FADDB2 is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB250221178-
CMYK00.120.290.02
HSL35.83º87.8%83.92%-
HSV(B)35.83º28.8%98.04%-
XYZ73.3275.2552.78-
YUV224.77101.61146-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 38.52%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 178 (69.92% from 255) = 27.43%
R=38.52%
G=34.05%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022117800.120.290.0235.8387.883.92
HexFADDB20C1D2245854
Octal37233526201435244130124
Binary11111010110111011011001001100111011010010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FADDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FADDB2; }

 p { color: rgb(250,221,178); }

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

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

 a { background-color: rgb(250,221,178); }

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

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

 span { border-color: rgb(250,221,178); }

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