#FCE7BA

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

Shades of Barley White #FCE7BA

Tints of Barley White #FCE7BA

Color information

#FCE7BA (or 0xFCE7BA) is unknown color: approx Barley White. HEX triplet: FC, E7 and BA. RGB value is (252,231,186). Sum of RGB (Red+Green+Blue) = 252+231+186=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7BA is #031845. Grayscale: #E8E8E8. Windows color (decimal): -202822 or 12249084. OLE color: 12249084.

HSL color Cylindrical-coordinate representation of color #FCE7BA: hue angle of 40.91º 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 #FCE7BA is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB252231186-
CMYK00.080.260.01
HSL40.91º91.67%85.88%-
HSV(B)40.91º26.19%98.82%-
XYZ77.5881.3958.08-
YUV232.15101.96142.16-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.67%
GREEN value IS 231 (90.62% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 27.80%
R=37.67%
G=34.53%
B=27.80%

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
Decimal25223118600.080.260.0140.9191.6785.88
HexFCE7BA081A1295c56
Octal37434727201032151134126
Binary1111110011100111101110100100011010110100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE7BA; }

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

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

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

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

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

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

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

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