#F8EBBA

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

Shades of Barley White #F8EBBA

Tints of Barley White #F8EBBA

Color information

#F8EBBA (or 0xF8EBBA) is unknown color: approx Barley White. HEX triplet: F8, EB and BA. RGB value is (248,235,186). Sum of RGB (Red+Green+Blue) = 248+235+186=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EBBA is #071445. Grayscale: #E9E9E9. Windows color (decimal): -463942 or 12250104. OLE color: 12250104.

HSL color Cylindrical-coordinate representation of color #F8EBBA: hue angle of 47.42º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8EBBA is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248235186-
CMYK00.050.250.03
HSL47.42º81.58%85.1%-
HSV(B)47.42º25%97.25%-
XYZ77.2882.9258.39-
YUV233.3101.31138.48-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 186 (73.05% from 255) = 27.80%
R=37.07%
G=35.13%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823518600.050.250.0347.4281.5885.1
HexF8EBBA051932f5255
Octal3703532720531357122125
Binary1111100011101011101110100101110011110111110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EBBA; }

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

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

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

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

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

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

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

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