#F8ECBB

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

Shades of Barley White #F8ECBB

Tints of Barley White #F8ECBB

Color information

#F8ECBB (or 0xF8ECBB) is unknown color: approx Barley White. HEX triplet: F8, EC and BB. RGB value is (248,236,187). Sum of RGB (Red+Green+Blue) = 248+236+187=671 (88% of max value = 765). Red value is 248 (97.27% from 255 or 36.96% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 187 (73.44% from 255 or 27.87% from 671); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECBB is #071344. Grayscale: #EAEAEA. Windows color (decimal): -463685 or 12315896. OLE color: 12315896.

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

Color convert

RGB248236187-
CMYK00.050.250.03
HSL48.2º81.33%85.29%-
HSV(B)48.2º24.6%97.25%-
XYZ77.6883.5459.04-
YUV234101.48137.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.96%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 187 (73.44% from 255) = 27.87%
R=36.96%
G=35.17%
B=27.87%

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
Decimal24823618700.050.250.0348.281.3385.29
HexF8ECBB05193305155
Octal3703542730531360121125
Binary1111100011101100101110110101110011111000010100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ECBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ECBB; }

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

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

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

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

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

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

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

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