Html Css Color HEX #F1DBAC Wheat

📋 copy color: '#F1DBAC'

red 241 ◦ green 219 ◦ blue 172

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

Shades of Wheat #F1DBAC

Tints of Wheat #F1DBAC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.65%

 BLUE value IS 172 (67.58% from 255) = 27.22%

R = 38.13%
G = 34.65%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#F1DBAC (or 0xF1DBAC) is known color: Wheat. HEX triplet: F1, DB and AC. RGB value is (241,219,172). Sum of RGB (Red+Green+Blue) = 241+219+172=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 172 (67.58% from 255 or 27.22% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DBAC is #0E2453. Grayscale: #DCDCDC. Windows color (decimal): -926804 or 11328497. OLE color: 11328497.

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

Color convert

RGB 241 219 172 -
CMYK 0 0.09 0.29 0.05
HSL 40.87º 0.71% 0.81% -
HSV(B) 40.87º 0.29% 0.95% -
XYZ 69.05 72.34 49.35 -
YUV 220.22 100.79 142.82 -
System Red Green Blue C M Y K H S L
Decimal 241 219 172 0 0.09 0.29 0.05 40.87 0.71 0.81
Hex F1 DB AC 0 9 1D 5 29 47 51
Octal 361 333 254 0 11 35 5 51 107 121
Binary 11110001 11011011 10101100 0 1001 11101 101 101001 1000111 1010001

Color Harmonies of #F1DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBAC

Black with #F1DBAC

Text Example


Text Example

White with #F1DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBAC; }

 p { color: rgb(241,219,172); }

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

background-color css

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

 a { background-color: rgb(241,219,172); }

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

border-color css

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

 span { border-color: rgb(241,219,172); }

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