#F1E4B3

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

Shades of Barley White #F1E4B3

Tints of Barley White #F1E4B3

Color information

#F1E4B3 (or 0xF1E4B3) is unknown color: approx Barley White. HEX triplet: F1, E4 and B3. RGB value is (241,228,179). Sum of RGB (Red+Green+Blue) = 241+228+179=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 179 (70.31% from 255 or 27.62% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4B3 is #0E1B4C. Grayscale: #E2E2E2. Windows color (decimal): -924493 or 11789553. OLE color: 11789553.

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

Color convert

RGB241228179-
CMYK00.050.260.05
HSL47.42º68.89%82.35%-
HSV(B)47.42º25.73%94.51%-
XYZ72.1677.4453.79-
YUV226.3101.31138.48-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 179 (70.31% from 255) = 27.62%
R=37.19%
G=35.19%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122817900.050.260.0547.4268.8982.35
HexF1E4B3051A52f4552
Octal3613442630532557105122
Binary11110001111001001011001101011101010110111110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4B3; }

 p { color: rgb(241,228,179); }

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

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

 a { background-color: rgb(241,228,179); }

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

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

 span { border-color: rgb(241,228,179); }

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