#F9EABC

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

Shades of Barley White #F9EABC

Tints of Barley White #F9EABC

Color information

#F9EABC (or 0xF9EABC) is unknown color: approx Barley White. HEX triplet: F9, EA and BC. RGB value is (249,234,188). Sum of RGB (Red+Green+Blue) = 249+234+188=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EABC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EABC is #061543. Grayscale: #E9E9E9. Windows color (decimal): -398660 or 12380921. OLE color: 12380921.

HSL color Cylindrical-coordinate representation of color #F9EABC: hue angle of 45.25º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9EABC is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB249234188-
CMYK00.060.240.02
HSL45.25º83.56%85.69%-
HSV(B)45.25º24.5%97.65%-
XYZ77.5782.6259.44-
YUV233.24102.47139.24-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.11%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 188 (73.83% from 255) = 28.02%
R=37.11%
G=34.87%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923418800.060.240.0245.2583.5685.69
HexF9EABC061822d5456
Octal3713522740630255124126
Binary1111100111101010101111000110110001010110110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EABC; }

 p { color: rgb(249,234,188); }

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

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

 a { background-color: rgb(249,234,188); }

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

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

 span { border-color: rgb(249,234,188); }

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