Html Css Color HEX #F1DBAF Wheat

📋 copy color: '#F1DBAF'

red 241 ◦ green 219 ◦ blue 175

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

Shades of Wheat #F1DBAF

Tints of Wheat #F1DBAF

RGB

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

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

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

R = 37.95%
G = 34.49%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F1DBAF (or 0xF1DBAF) is known color: Wheat. HEX triplet: F1, DB and AF. RGB value is (241,219,175). Sum of RGB (Red+Green+Blue) = 241+219+175=635 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.95% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DBAF is #0E2450. Grayscale: #DCDCDC. Windows color (decimal): -926801 or 11525105. OLE color: 11525105.

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

Color convert

RGB 241 219 175 -
CMYK 0 0.09 0.27 0.05
HSL 40º 0.7% 0.82% -
HSV(B) 40º 0.27% 0.95% -
XYZ 69.35 72.46 50.89 -
YUV 220.56 102.29 142.58 -
System Red Green Blue C M Y K H S L
Decimal 241 219 175 0 0.09 0.27 0.05 40 0.7 0.82
Hex F1 DB AF 0 9 1B 5 28 46 52
Octal 361 333 257 0 11 33 5 50 106 122
Binary 11110001 11011011 10101111 0 1001 11011 101 101000 1000110 1010010

Color Harmonies of #F1DBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBAF

Black with #F1DBAF

Text Example


Text Example

White with #F1DBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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