Html Css Color HEX #F1DCB2 Wheat

📋 copy color: '#F1DCB2'

red 241 ◦ green 220 ◦ blue 178

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

Shades of Wheat #F1DCB2

Tints of Wheat #F1DCB2

RGB

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

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

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

R = 37.72%
G = 34.43%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#F1DCB2 (or 0xF1DCB2) is known color: Wheat. HEX triplet: F1, DC and B2. RGB value is (241,220,178). Sum of RGB (Red+Green+Blue) = 241+220+178=639 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.72% from 639); Green value is 220 (86.33% from 255 or 34.43% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1DCB2 is #0E234D. Grayscale: #DDDDDD. Windows color (decimal): -926542 or 11721969. OLE color: 11721969.

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

Color convert

RGB 241 220 178 -
CMYK 0 0.09 0.26 0.05
HSL 40º 0.69% 0.82% -
HSV(B) 40º 0.26% 0.95% -
XYZ 69.9 73.1 52.55 -
YUV 221.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 241 220 178 0 0.09 0.26 0.05 40 0.69 0.82
Hex F1 DC B2 0 9 1A 5 28 45 52
Octal 361 334 262 0 11 32 5 50 105 122
Binary 11110001 11011100 10110010 0 1001 11010 101 101000 1000101 1010010

Color Harmonies of #F1DCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCB2

Black with #F1DCB2

Text Example


Text Example

White with #F1DCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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