Html Css Color HEX #F1DEAD Wheat

📋 copy color: '#F1DEAD'

red 241 ◦ green 222 ◦ blue 173

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

Shades of Wheat #F1DEAD

Tints of Wheat #F1DEAD

RGB

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

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

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

R = 37.89%
G = 34.91%
B = 27.2%

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

#F1DEAD (or 0xF1DEAD) is known color: Wheat. HEX triplet: F1, DE and AD. RGB value is (241,222,173). Sum of RGB (Red+Green+Blue) = 241+222+173=636 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.89% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DEAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DEAD is #0E2152. Grayscale: #DEDEDE. Windows color (decimal): -926035 or 11394801. OLE color: 11394801.

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

Color convert

RGB 241 222 173 -
CMYK 0 0.08 0.28 0.05
HSL 43.24º 0.71% 0.81% -
HSV(B) 43.24º 0.28% 0.95% -
XYZ 69.94 73.96 50.12 -
YUV 222.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 241 222 173 0 0.08 0.28 0.05 43.24 0.71 0.81
Hex F1 DE AD 0 8 1C 5 2B 47 51
Octal 361 336 255 0 10 34 5 53 107 121
Binary 11110001 11011110 10101101 0 1000 11100 101 101011 1000111 1010001

Color Harmonies of #F1DEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DEAD

Black with #F1DEAD

Text Example


Text Example

White with #F1DEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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