#f9e3b7

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

Shades of Barley White #F9E3B7

Tints of Barley White #F9E3B7

Color information

#F9E3B7 (or 0xF9E3B7) is unknown color: approx Barley White. HEX triplet: F9, E3 and B7. RGB value is (249,227,183). Sum of RGB (Red+Green+Blue) = 249+227+183=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 183 (71.88% from 255 or 27.77% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E3B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E3B7 is #061C48. Grayscale: #E4E4E4. Windows color (decimal): -400457 or 12051449. OLE color: 12051449.

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

Color convert

RGB249227183-
CMYK00.090.270.02
HSL40º84.62%84.71%-
HSV(B)40º26.51%97.65%-
XYZ75.0878.555.99-
YUV228.56102.29142.58-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.78%
GREEN value IS 227 (89.06% from 255) = 34.45%
BLUE value IS 183 (71.88% from 255) = 27.77%
R=37.78%
G=34.45%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922718300.090.270.024084.6284.71
HexF9E3B7091B2285555
Octal37134326701133250125125
Binary11111001111000111011011101001110111010100010101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f9e3b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f9e3b7; }

 p { color: rgb(249,227,183); }

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

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

 a { background-color: rgb(249,227,183); }

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

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

 span { border-color: rgb(249,227,183); }

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