#F4E6B5

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

Shades of Barley White #F4E6B5

Tints of Barley White #F4E6B5

Color information

#F4E6B5 (or 0xF4E6B5) is unknown color: approx Barley White. HEX triplet: F4, E6 and B5. RGB value is (244,230,181). Sum of RGB (Red+Green+Blue) = 244+230+181=655 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.25% from 655); Green value is 230 (90.23% from 255 or 35.11% from 655); Blue value is 181 (71.09% from 255 or 27.63% from 655); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E6B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4E6B5 is #0B194A. Grayscale: #E4E4E4. Windows color (decimal): -727371 or 11921140. OLE color: 11921140.

HSL color Cylindrical-coordinate representation of color #F4E6B5: hue angle of 46.67º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F4E6B5 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB244230181-
CMYK00.060.260.04
HSL46.67º74.12%83.33%-
HSV(B)46.67º25.82%95.69%-
XYZ73.9579.1655.1-
YUV228.6101.14138.98-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.25%
GREEN value IS 230 (90.23% from 255) = 35.11%
BLUE value IS 181 (71.09% from 255) = 27.63%
R=37.25%
G=35.11%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423018100.060.260.0446.6774.1283.33
HexF4E6B5061A42f4a53
Octal3643462650632457112123
Binary11110100111001101011010101101101010010111110010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4E6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4E6B5; }

 p { color: rgb(244,230,181); }

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

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

 a { background-color: rgb(244,230,181); }

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

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

 span { border-color: rgb(244,230,181); }

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