Html Css Color HEX #F1DFAF Wheat

📋 copy color: '#F1DFAF'

red 241 ◦ green 223 ◦ blue 175

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

Shades of Wheat #F1DFAF

Tints of Wheat #F1DFAF

RGB

 RED value IS 241 (94.53% from 255) = 37.72%

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

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

R = 37.72%
G = 34.9%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1DFAF (or 0xF1DFAF) is known color: Wheat. HEX triplet: F1, DF and AF. RGB value is (241,223,175). Sum of RGB (Red+Green+Blue) = 241+223+175=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFAF is #0E2050. Grayscale: #DFDFDF. Windows color (decimal): -925777 or 11526129. OLE color: 11526129.

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

Color convert

RGB 241 223 175 -
CMYK 0 0.07 0.27 0.05
HSL 43.64º 0.7% 0.82% -
HSV(B) 43.64º 0.27% 0.95% -
XYZ 70.4 74.57 51.24 -
YUV 222.91 100.96 140.9 -
System Red Green Blue C M Y K H S L
Decimal 241 223 175 0 0.07 0.27 0.05 43.64 0.7 0.82
Hex F1 DF AF 0 7 1B 5 2C 46 52
Octal 361 337 257 0 7 33 5 54 106 122
Binary 11110001 11011111 10101111 0 111 11011 101 101100 1000110 1010010

Color Harmonies of #F1DFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFAF

Black with #F1DFAF

Text Example


Text Example

White with #F1DFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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