#F9E9BD

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

Shades of Barley White #F9E9BD

Tints of Barley White #F9E9BD

Color information

#F9E9BD (or 0xF9E9BD) is unknown color: approx Barley White. HEX triplet: F9, E9 and BD. RGB value is (249,233,189). Sum of RGB (Red+Green+Blue) = 249+233+189=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 189 (74.22% from 255 or 28.17% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E9BD is #061642. Grayscale: #E8E8E8. Windows color (decimal): -398915 or 12446201. OLE color: 12446201.

HSL color Cylindrical-coordinate representation of color #F9E9BD: hue angle of 44º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9E9BD is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249233189-
CMYK00.060.240.02
HSL44º83.33%85.88%-
HSV(B)44º24.1%97.65%-
XYZ77.3982.0959.91-
YUV232.77103.3139.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 233 (91.41% from 255) = 34.72%
BLUE value IS 189 (74.22% from 255) = 28.17%
R=37.11%
G=34.72%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923318900.060.240.024483.3385.88
HexF9E9BD061822c5356
Octal3713512750630254123126
Binary1111100111101001101111010110110001010110010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E9BD; }

 p { color: rgb(249,233,189); }

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

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

 a { background-color: rgb(249,233,189); }

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

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

 span { border-color: rgb(249,233,189); }

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