Html Css Color HEX #F2DFAF Wheat

📋 copy color: '#F2DFAF'

red 242 ◦ green 223 ◦ blue 175

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

Shades of Wheat #F2DFAF

Tints of Wheat #F2DFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.34%

R = 37.81%
G = 34.84%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F2DFAF (or 0xF2DFAF) is known color: Wheat. HEX triplet: F2, DF and AF. RGB value is (242,223,175). Sum of RGB (Red+Green+Blue) = 242+223+175=640 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.81% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DFAF is #0D2050. Grayscale: #DFDFDF. Windows color (decimal): -860241 or 11526130. OLE color: 11526130.

HSL color Cylindrical-coordinate representation of color #F2DFAF: hue angle of 42.99º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2DFAF is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 175 -
CMYK 0 0.08 0.28 0.05
HSL 42.99º 0.72% 0.82% -
HSV(B) 42.99º 0.28% 0.95% -
XYZ 70.74 74.75 51.26 -
YUV 223.21 100.79 141.4 -
System Red Green Blue C M Y K H S L
Decimal 242 223 175 0 0.08 0.28 0.05 42.99 0.72 0.82
Hex F2 DF AF 0 8 1C 5 2B 48 52
Octal 362 337 257 0 10 34 5 53 110 122
Binary 11110010 11011111 10101111 0 1000 11100 101 101011 1001000 1010010

Color Harmonies of #F2DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFAF

Black with #F2DFAF

Text Example


Text Example

White with #F2DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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