#F1E4B7

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

Shades of Barley White #F1E4B7

Tints of Barley White #F1E4B7

Color information

#F1E4B7 (or 0xF1E4B7) is unknown color: approx Barley White. HEX triplet: F1, E4 and B7. RGB value is (241,228,183). Sum of RGB (Red+Green+Blue) = 241+228+183=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 228 (89.45% from 255 or 34.97% from 652); Blue value is 183 (71.88% from 255 or 28.07% from 652); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4B7 is #0E1B48. Grayscale: #E2E2E2. Windows color (decimal): -924489 or 12051697. OLE color: 12051697.

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

Color convert

RGB241228183-
CMYK00.050.240.05
HSL46.55º67.44%83.14%-
HSV(B)46.55º24.07%94.51%-
XYZ72.5777.6155.95-
YUV226.76103.31138.16-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.96%
GREEN value IS 228 (89.45% from 255) = 34.97%
BLUE value IS 183 (71.88% from 255) = 28.07%
R=36.96%
G=34.97%
B=28.07%

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
Decimal24122818300.050.240.0546.5567.4483.14
HexF1E4B7051852f4353
Octal3613442670530557103123
Binary11110001111001001011011101011100010110111110000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4B7; }

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

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

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

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

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

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

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

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