Html Css Color HEX #F1DEB2 Wheat

📋 copy color: '#F1DEB2'

red 241 ◦ green 222 ◦ blue 178

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

Shades of Wheat #F1DEB2

Tints of Wheat #F1DEB2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.63%

 BLUE value IS 178 (69.92% from 255) = 27.77%

R = 37.6%
G = 34.63%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1DEB2 (or 0xF1DEB2) is known color: Wheat. HEX triplet: F1, DE and B2. RGB value is (241,222,178). Sum of RGB (Red+Green+Blue) = 241+222+178=641 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.60% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 178 (69.92% from 255 or 27.77% from 641); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEB2 is #0E214D. Grayscale: #DEDEDE. Windows color (decimal): -926030 or 11722481. OLE color: 11722481.

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

Color convert

RGB 241 222 178 -
CMYK 0 0.08 0.26 0.05
HSL 41.9º 0.69% 0.82% -
HSV(B) 41.9º 0.26% 0.95% -
XYZ 70.43 74.16 52.72 -
YUV 222.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 241 222 178 0 0.08 0.26 0.05 41.9 0.69 0.82
Hex F1 DE B2 0 8 1A 5 2A 45 52
Octal 361 336 262 0 10 32 5 52 105 122
Binary 11110001 11011110 10110010 0 1000 11010 101 101010 1000101 1010010

Color Harmonies of #F1DEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEB2

Black with #F1DEB2

Text Example


Text Example

White with #F1DEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEB2; }

 p { color: rgb(241,222,178); }

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

background-color css

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

 a { background-color: rgb(241,222,178); }

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

border-color css

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

 span { border-color: rgb(241,222,178); }

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