#F9E8BD

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

Shades of Barley White #F9E8BD

Tints of Barley White #F9E8BD

Color information

#F9E8BD (or 0xF9E8BD) is unknown color: approx Barley White. HEX triplet: F9, E8 and BD. RGB value is (249,232,189). Sum of RGB (Red+Green+Blue) = 249+232+189=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 189 (74.22% from 255 or 28.21% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E8BD is #061742. Grayscale: #E8E8E8. Windows color (decimal): -399171 or 12445945. OLE color: 12445945.

HSL color Cylindrical-coordinate representation of color #F9E8BD: hue angle of 43º 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 #F9E8BD is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249232189-
CMYK00.070.240.02
HSL43º83.33%85.88%-
HSV(B)43º24.1%97.65%-
XYZ77.1181.5359.82-
YUV232.18103.63140-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 232 (91.02% from 255) = 34.63%
BLUE value IS 189 (74.22% from 255) = 28.21%
R=37.16%
G=34.63%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923218900.070.240.024383.3385.88
HexF9E8BD071822b5356
Octal3713502750730253123126
Binary1111100111101000101111010111110001010101110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E8BD; }

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

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

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

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

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

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

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

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