Html Css Color HEX #F1DFB2 Wheat

📋 copy color: '#F1DFB2'

red 241 ◦ green 223 ◦ blue 178

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

Shades of Wheat #F1DFB2

Tints of Wheat #F1DFB2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.74%

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

R = 37.54%
G = 34.74%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1DFB2 (or 0xF1DFB2) is known color: Wheat. HEX triplet: F1, DF and B2. RGB value is (241,223,178). Sum of RGB (Red+Green+Blue) = 241+223+178=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 178 (69.92% from 255 or 27.73% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DFB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DFB2 is #0E204D. Grayscale: #DFDFDF. Windows color (decimal): -925774 or 11722737. OLE color: 11722737.

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

Color convert

RGB 241 223 178 -
CMYK 0 0.07 0.26 0.05
HSL 42.86º 0.69% 0.82% -
HSV(B) 42.86º 0.26% 0.95% -
XYZ 70.7 74.69 52.81 -
YUV 223.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 241 223 178 0 0.07 0.26 0.05 42.86 0.69 0.82
Hex F1 DF B2 0 7 1A 5 2B 45 52
Octal 361 337 262 0 7 32 5 53 105 122
Binary 11110001 11011111 10110010 0 111 11010 101 101011 1000101 1010010

Color Harmonies of #F1DFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DFB2

Black with #F1DFB2

Text Example


Text Example

White with #F1DFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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