#F9E9BB

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

Shades of Barley White #F9E9BB

Tints of Barley White #F9E9BB

Color information

#F9E9BB (or 0xF9E9BB) is unknown color: approx Barley White. HEX triplet: F9, E9 and BB. RGB value is (249,233,187). Sum of RGB (Red+Green+Blue) = 249+233+187=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E9BB is #061644. Grayscale: #E8E8E8. Windows color (decimal): -398917 or 12315129. OLE color: 12315129.

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

Color convert

RGB249233187-
CMYK00.060.250.02
HSL44.52º83.78%85.49%-
HSV(B)44.52º24.9%97.65%-
XYZ77.1882.0158.77-
YUV232.54102.3139.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.22%
GREEN value IS 233 (91.41% from 255) = 34.83%
BLUE value IS 187 (73.44% from 255) = 27.95%
R=37.22%
G=34.83%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923318700.060.250.0244.5283.7885.49
HexF9E9BB061922d5455
Octal3713512730631255124125
Binary1111100111101001101110110110110011010110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E9BB; }

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

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

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

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

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

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

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

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