#F0E2AF

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

Shades of Barley White #F0E2AF

Tints of Barley White #F0E2AF

Color information

#F0E2AF (or 0xF0E2AF) is unknown color: approx Barley White. HEX triplet: F0, E2 and AF. RGB value is (240,226,175). Sum of RGB (Red+Green+Blue) = 240+226+175=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E2AF is #0F1D50. Grayscale: #E0E0E0. Windows color (decimal): -990545 or 11526896. OLE color: 11526896.

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

Color convert

RGB240226175-
CMYK00.060.270.06
HSL47.08º68.42%81.37%-
HSV(B)47.08º27.08%94.12%-
XYZ70.8776.0151.49-
YUV224.37100.14139.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 37.44%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=37.44%
G=35.26%
B=27.30%

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
Decimal24022617500.060.270.0647.0868.4281.37
HexF0E2AF061B62f4451
Octal3603422570633657104121
Binary11110000111000101010111101101101111010111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E2AF; }

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

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

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

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

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

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

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

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