#F0E1AF

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

Shades of Barley White #F0E1AF

Tints of Barley White #F0E1AF

Color information

#F0E1AF (or 0xF0E1AF) is unknown color: approx Barley White. HEX triplet: F0, E1 and AF. RGB value is (240,225,175). Sum of RGB (Red+Green+Blue) = 240+225+175=640 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.5% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 175 (68.75% from 255 or 27.34% from 640); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E1AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E1AF is #0F1E50. Grayscale: #E0E0E0. Windows color (decimal): -990801 or 11526640. OLE color: 11526640.

HSL color Cylindrical-coordinate representation of color #F0E1AF: hue angle of 46.15º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F0E1AF is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB240225175-
CMYK00.060.270.06
HSL46.15º68.42%81.37%-
HSV(B)46.15º27.08%94.12%-
XYZ70.675.4751.4-
YUV223.78100.47139.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.5%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 175 (68.75% from 255) = 27.34%
R=37.5%
G=35.16%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022517500.060.270.0646.1568.4281.37
HexF0E1AF061B62e4451
Octal3603412570633656104121
Binary11110000111000011010111101101101111010111010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E1AF; }

 p { color: rgb(240,225,175); }

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

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

 a { background-color: rgb(240,225,175); }

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

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

 span { border-color: rgb(240,225,175); }

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