#FCE9BA

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

Shades of Barley White #FCE9BA

Tints of Barley White #FCE9BA

Color information

#FCE9BA (or 0xFCE9BA) is unknown color: approx Barley White. HEX triplet: FC, E9 and BA. RGB value is (252,233,186). Sum of RGB (Red+Green+Blue) = 252+233+186=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE9BA is #031645. Grayscale: #E9E9E9. Windows color (decimal): -202310 or 12249596. OLE color: 12249596.

HSL color Cylindrical-coordinate representation of color #FCE9BA: hue angle of 42.73º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCE9BA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252233186-
CMYK00.080.260.01
HSL42.73º91.67%85.88%-
HSV(B)42.73º26.19%98.82%-
XYZ78.1582.5258.26-
YUV233.32101.29141.32-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 233 (91.41% from 255) = 34.72%
BLUE value IS 186 (73.05% from 255) = 27.72%
R=37.56%
G=34.72%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223318600.080.260.0142.7391.6785.88
HexFCE9BA081A12b5c56
Octal37435127201032153134126
Binary1111110011101001101110100100011010110101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE9BA; }

 p { color: rgb(252,233,186); }

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

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

 a { background-color: rgb(252,233,186); }

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

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

 span { border-color: rgb(252,233,186); }

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