#F1E5B7

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

Shades of Barley White #F1E5B7

Tints of Barley White #F1E5B7

Color information

#F1E5B7 (or 0xF1E5B7) is unknown color: approx Barley White. HEX triplet: F1, E5 and B7. RGB value is (241,229,183). Sum of RGB (Red+Green+Blue) = 241+229+183=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 183 (71.88% from 255 or 28.02% from 653); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E5B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E5B7 is #0E1A48. Grayscale: #E3E3E3. Windows color (decimal): -924233 or 12051953. OLE color: 12051953.

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

Color convert

RGB241229183-
CMYK00.050.240.05
HSL47.59º67.44%83.14%-
HSV(B)47.59º24.07%94.51%-
XYZ72.8478.1656.05-
YUV227.34102.98137.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.91%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 183 (71.88% from 255) = 28.02%
R=36.91%
G=35.07%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122918300.050.240.0547.5967.4483.14
HexF1E5B705185304353
Octal3613452670530560103123
Binary11110001111001011011011101011100010111000010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E5B7; }

 p { color: rgb(241,229,183); }

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

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

 a { background-color: rgb(241,229,183); }

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

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

 span { border-color: rgb(241,229,183); }

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