Html Css Color HEX #F1DAAF Wheat

📋 copy color: '#F1DAAF'

red 241 ◦ green 218 ◦ blue 175

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

Shades of Wheat #F1DAAF

Tints of Wheat #F1DAAF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.38%

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

R = 38.01%
G = 34.38%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1DAAF (or 0xF1DAAF) is known color: Wheat. HEX triplet: F1, DA and AF. RGB value is (241,218,175). Sum of RGB (Red+Green+Blue) = 241+218+175=634 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.01% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DAAF is #0E2550. Grayscale: #DCDCDC. Windows color (decimal): -927057 or 11524849. OLE color: 11524849.

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

Color convert

RGB 241 218 175 -
CMYK 0 0.10 0.27 0.05
HSL 39.09º 0.7% 0.82% -
HSV(B) 39.09º 0.27% 0.95% -
XYZ 69.08 71.94 50.8 -
YUV 219.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 241 218 175 0 0.10 0.27 0.05 39.09 0.7 0.82
Hex F1 DA AF 0 A 1B 5 27 46 52
Octal 361 332 257 0 12 33 5 47 106 122
Binary 11110001 11011010 10101111 0 1010 11011 101 100111 1000110 1010010

Color Harmonies of #F1DAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DAAF

Black with #F1DAAF

Text Example


Text Example

White with #F1DAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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