#F1E7B4

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

Shades of Barley White #F1E7B4

Tints of Barley White #F1E7B4

Color information

#F1E7B4 (or 0xF1E7B4) is unknown color: approx Barley White. HEX triplet: F1, E7 and B4. RGB value is (241,231,180). Sum of RGB (Red+Green+Blue) = 241+231+180=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 180 (70.70% from 255 or 27.61% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E7B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1E7B4 is #0E184B. Grayscale: #E4E4E4. Windows color (decimal): -923724 or 11855857. OLE color: 11855857.

HSL color Cylindrical-coordinate representation of color #F1E7B4: hue angle of 50.16º degrees, saturation: 0.69, 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 #F1E7B4 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB241231180-
CMYK00.040.250.05
HSL50.16º68.54%82.55%-
HSV(B)50.16º25.31%94.51%-
XYZ73.0979.1554.6-
YUV228.18100.81137.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 180 (70.70% from 255) = 27.61%
R=36.96%
G=35.43%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24123118000.040.250.0550.1668.5482.55
HexF1E7B404195324553
Octal3613472640431562105123
Binary11110001111001111011010001001100110111001010001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E7B4; }

 p { color: rgb(241,231,180); }

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

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

 a { background-color: rgb(241,231,180); }

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

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

 span { border-color: rgb(241,231,180); }

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