Html Css Color HEX #F2DFAD Wheat

📋 copy color: '#F2DFAD'

red 242 ◦ green 223 ◦ blue 173

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

Shades of Wheat #F2DFAD

Tints of Wheat #F2DFAD

RGB

 RED value IS 242 (94.92% from 255) = 37.93%

 GREEN value IS 223 (87.5% from 255) = 34.95%

 BLUE value IS 173 (67.97% from 255) = 27.12%

R = 37.93%
G = 34.95%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F2DFAD (or 0xF2DFAD) is known color: Wheat. HEX triplet: F2, DF and AD. RGB value is (242,223,173). Sum of RGB (Red+Green+Blue) = 242+223+173=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 173 (67.97% from 255 or 27.12% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFAD is #0D2052. Grayscale: #DFDFDF. Windows color (decimal): -860243 or 11395058. OLE color: 11395058.

HSL color Cylindrical-coordinate representation of color #F2DFAD: hue angle of 43.48º 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 #F2DFAD is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 173 -
CMYK 0 0.08 0.29 0.05
HSL 43.48º 0.73% 0.81% -
HSV(B) 43.48º 0.29% 0.95% -
XYZ 70.55 74.67 50.23 -
YUV 222.98 99.79 141.57 -
System Red Green Blue C M Y K H S L
Decimal 242 223 173 0 0.08 0.29 0.05 43.48 0.73 0.81
Hex F2 DF AD 0 8 1D 5 2B 49 51
Octal 362 337 255 0 10 35 5 53 111 121
Binary 11110010 11011111 10101101 0 1000 11101 101 101011 1001001 1010001

Color Harmonies of #F2DFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFAD

Black with #F2DFAD

Text Example


Text Example

White with #F2DFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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