Html Css Color HEX #F1DCAE Wheat

📋 copy color: '#F1DCAE'

red 241 ◦ green 220 ◦ blue 174

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

Shades of Wheat #F1DCAE

Tints of Wheat #F1DCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.65%

 BLUE value IS 174 (68.36% from 255) = 27.4%

R = 37.95%
G = 34.65%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#F1DCAE (or 0xF1DCAE) is known color: Wheat. HEX triplet: F1, DC and AE. RGB value is (241,220,174). Sum of RGB (Red+Green+Blue) = 241+220+174=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 220 (86.33% from 255 or 34.65% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCAE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCAE is #0E2351. Grayscale: #DDDDDD. Windows color (decimal): -926546 or 11459825. OLE color: 11459825.

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

Color convert

RGB 241 220 174 -
CMYK 0 0.09 0.28 0.05
HSL 41.19º 0.71% 0.81% -
HSV(B) 41.19º 0.28% 0.95% -
XYZ 69.51 72.94 50.46 -
YUV 221.04 101.46 142.24 -
System Red Green Blue C M Y K H S L
Decimal 241 220 174 0 0.09 0.28 0.05 41.19 0.71 0.81
Hex F1 DC AE 0 9 1C 5 29 47 51
Octal 361 334 256 0 11 34 5 51 107 121
Binary 11110001 11011100 10101110 0 1001 11100 101 101001 1000111 1010001

Color Harmonies of #F1DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCAE

Black with #F1DCAE

Text Example


Text Example

White with #F1DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCAE; }

 p { color: rgb(241,220,174); }

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

background-color css

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

 a { background-color: rgb(241,220,174); }

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

border-color css

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

 span { border-color: rgb(241,220,174); }

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