#F2DAAD

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

Shades of Wheat #F2DAAD

Tints of Wheat #F2DAAD

Color information

#F2DAAD (or 0xF2DAAD) is unknown color: approx Wheat. HEX triplet: F2, DA and AD. RGB value is (242,218,173). Sum of RGB (Red+Green+Blue) = 242+218+173=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DAAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DAAD is #0D2552. Grayscale: #DCDCDC. Windows color (decimal): -861523 or 11393778. OLE color: 11393778.

HSL color Cylindrical-coordinate representation of color #F2DAAD: hue angle of 39.13º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2DAAD is Cyan = 0, Magento = 0.10, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB242218173-
CMYK00.100.290.05
HSL39.13º72.63%81.37%-
HSV(B)39.13º28.51%94.9%-
XYZ69.2372.0449.79-
YUV220.05101.45143.66-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.23%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 173 (67.97% from 255) = 27.33%
R=38.23%
G=34.44%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221817300.100.290.0539.1372.6381.37
HexF2DAAD0A1D5274951
Octal36233225501235547111121
Binary111100101101101010101101010101110110110011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DAAD; }

 p { color: rgb(242,218,173); }

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

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

 a { background-color: rgb(242,218,173); }

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

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

 span { border-color: rgb(242,218,173); }

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