#F1E3B5

Color #F1E3B5 Barley White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley White #F1E3B5

Tints of Barley White #F1E3B5

Color information

#F1E3B5 (or 0xF1E3B5) is unknown color: approx Barley White. HEX triplet: F1, E3 and B5. RGB value is (241,227,181). Sum of RGB (Red+Green+Blue) = 241+227+181=649 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.13% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 181 (71.09% from 255 or 27.89% from 649); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3B5 is #0E1C4A. Grayscale: #E2E2E2. Windows color (decimal): -924747 or 11920369. OLE color: 11920369.

HSL color Cylindrical-coordinate representation of color #F1E3B5: hue angle of 46º degrees, saturation: 0.68, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F1E3B5 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241227181-
CMYK00.060.250.05
HSL46º68.18%82.75%-
HSV(B)46º24.9%94.51%-
XYZ72.0976.9854.77-
YUV225.94102.64138.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.13%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 181 (71.09% from 255) = 27.89%
R=37.13%
G=34.98%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122718100.060.250.054668.1882.75
HexF1E3B5061952e4453
Octal3613432650631556104123
Binary11110001111000111011010101101100110110111010001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3B5; }

 p { color: rgb(241,227,181); }

 H1.HeaderClassName
 {
   color: #F1E3B5;
 }
 .AnyTagClassName
 {
   color: #F1E3B5;
 }
</style>
background-color css

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

 a { background-color: rgb(241,227,181); }

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

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

 span { border-color: rgb(241,227,181); }

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