#F1E3AF

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

Shades of Barley White #F1E3AF

Tints of Barley White #F1E3AF

Color information

#F1E3AF (or 0xF1E3AF) is unknown color: approx Barley White. HEX triplet: F1, E3 and AF. RGB value is (241,227,175). Sum of RGB (Red+Green+Blue) = 241+227+175=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 175 (68.75% from 255 or 27.22% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E3AF is #0E1C50. Grayscale: #E1E1E1. Windows color (decimal): -924753 or 11527153. OLE color: 11527153.

HSL color Cylindrical-coordinate representation of color #F1E3AF: hue angle of 47.27º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1E3AF is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB241227175-
CMYK00.060.270.05
HSL47.27º70.21%81.57%-
HSV(B)47.27º27.39%94.51%-
XYZ71.4876.7351.6-
YUV225.2699.64139.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 227 (89.06% from 255) = 35.30%
BLUE value IS 175 (68.75% from 255) = 27.22%
R=37.48%
G=35.30%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122717500.060.270.0547.2770.2181.57
HexF1E3AF061B52f4652
Octal3613432570633557106122
Binary11110001111000111010111101101101110110111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3AF; }

 p { color: rgb(241,227,175); }

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

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

 a { background-color: rgb(241,227,175); }

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

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

 span { border-color: rgb(241,227,175); }

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