#F8ECB9

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

Shades of Barley White #F8ECB9

Tints of Barley White #F8ECB9

Color information

#F8ECB9 (or 0xF8ECB9) is unknown color: approx Barley White. HEX triplet: F8, EC and B9. RGB value is (248,236,185). Sum of RGB (Red+Green+Blue) = 248+236+185=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 185 (72.66% from 255 or 27.65% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ECB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8ECB9 is #071346. Grayscale: #E9E9E9. Windows color (decimal): -463687 or 12184824. OLE color: 12184824.

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

Color convert

RGB248236185-
CMYK00.050.250.03
HSL48.57º81.82%84.9%-
HSV(B)48.57º25.4%97.25%-
XYZ77.4683.4557.92-
YUV233.77100.48138.15-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 185 (72.66% from 255) = 27.65%
R=37.07%
G=35.28%
B=27.65%

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
Decimal24823618500.050.250.0348.5781.8284.9
HexF8ECB905193315255
Octal3703542710531361122125
Binary1111100011101100101110010101110011111000110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8ECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8ECB9; }

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

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

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

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

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

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

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

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