#F1E2B5

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

Shades of Barley White #F1E2B5

Tints of Barley White #F1E2B5

Color information

#F1E2B5 (or 0xF1E2B5) is unknown color: approx Barley White. HEX triplet: F1, E2 and B5. RGB value is (241,226,181). Sum of RGB (Red+Green+Blue) = 241+226+181=648 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.19% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 181 (71.09% from 255 or 27.93% from 648); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2B5 is #0E1D4A. Grayscale: #E1E1E1. Windows color (decimal): -925003 or 11920113. OLE color: 11920113.

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

Color convert

RGB241226181-
CMYK00.060.250.05
HSL45º68.18%82.75%-
HSV(B)45º24.9%94.51%-
XYZ71.8176.4354.68-
YUV225.36102.97139.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.19%
GREEN value IS 226 (88.67% from 255) = 34.88%
BLUE value IS 181 (71.09% from 255) = 27.93%
R=37.19%
G=34.88%
B=27.93%

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
Decimal24122618100.060.250.054568.1882.75
HexF1E2B5061952d4453
Octal3613422650631555104123
Binary11110001111000101011010101101100110110110110001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E2B5; }

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

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

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

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

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

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

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

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