#F9EBBA

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

Shades of Barley White #F9EBBA

Tints of Barley White #F9EBBA

Color information

#F9EBBA (or 0xF9EBBA) is unknown color: approx Barley White. HEX triplet: F9, EB and BA. RGB value is (249,235,186). Sum of RGB (Red+Green+Blue) = 249+235+186=670 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.16% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 186 (73.05% from 255 or 27.76% from 670); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EBBA is #061445. Grayscale: #E9E9E9. Windows color (decimal): -398406 or 12250105. OLE color: 12250105.

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

Color convert

RGB249235186-
CMYK00.060.250.02
HSL46.67º84%85.29%-
HSV(B)46.67º25.3%97.65%-
XYZ77.6483.158.4-
YUV233.6101.14138.98-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.16%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 186 (73.05% from 255) = 27.76%
R=37.16%
G=35.07%
B=27.76%

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
Decimal24923518600.060.250.0246.678485.29
HexF9EBBA061922f5455
Octal3713532720631257124125
Binary1111100111101011101110100110110011010111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBBA; }

 p { color: rgb(249,235,186); }

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

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

 a { background-color: rgb(249,235,186); }

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

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

 span { border-color: rgb(249,235,186); }

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