#F9EDBB

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

Shades of Barley White #F9EDBB

Tints of Barley White #F9EDBB

Color information

#F9EDBB (or 0xF9EDBB) is unknown color: approx Barley White. HEX triplet: F9, ED and BB. RGB value is (249,237,187). Sum of RGB (Red+Green+Blue) = 249+237+187=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 187 (73.44% from 255 or 27.79% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDBB is #061244. Grayscale: #EBEBEB. Windows color (decimal): -397893 or 12316153. OLE color: 12316153.

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

Color convert

RGB249237187-
CMYK00.050.250.02
HSL48.39º83.78%85.49%-
HSV(B)48.39º24.9%97.65%-
XYZ78.3284.359.16-
YUV234.89100.98138.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.00%
GREEN value IS 237 (92.97% from 255) = 35.22%
BLUE value IS 187 (73.44% from 255) = 27.79%
R=37.00%
G=35.22%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923718700.050.250.0248.3983.7885.49
HexF9EDBB05192305455
Octal3713552730531260124125
Binary1111100111101101101110110101110011011000010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDBB; }

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

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

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

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

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

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

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

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