#F8E5BB

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

Shades of Barley White #F8E5BB

Tints of Barley White #F8E5BB

Color information

#F8E5BB (or 0xF8E5BB) is unknown color: approx Barley White. HEX triplet: F8, E5 and BB. RGB value is (248,229,187). Sum of RGB (Red+Green+Blue) = 248+229+187=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 229 (89.84% from 255 or 34.49% from 664); Blue value is 187 (73.44% from 255 or 28.16% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E5BB is #071A44. Grayscale: #E6E6E6. Windows color (decimal): -465477 or 12314104. OLE color: 12314104.

HSL color Cylindrical-coordinate representation of color #F8E5BB: hue angle of 41.31º degrees, saturation: 0.81, 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 #F8E5BB is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248229187-
CMYK00.080.250.03
HSL41.31º81.33%85.29%-
HSV(B)41.31º24.6%97.25%-
XYZ75.779.5858.38-
YUV229.89103.79140.92-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 229 (89.84% from 255) = 34.49%
BLUE value IS 187 (73.44% from 255) = 28.16%
R=37.35%
G=34.49%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822918700.080.250.0341.3181.3385.29
HexF8E5BB08193295155
Octal37034527301031351121125
Binary11111000111001011011101101000110011110100110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E5BB; }

 p { color: rgb(248,229,187); }

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

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

 a { background-color: rgb(248,229,187); }

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

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

 span { border-color: rgb(248,229,187); }

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