#FCE7B9

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

Shades of Barley White #FCE7B9

Tints of Barley White #FCE7B9

Color information

#FCE7B9 (or 0xFCE7B9) is unknown color: approx Barley White. HEX triplet: FC, E7 and B9. RGB value is (252,231,185). Sum of RGB (Red+Green+Blue) = 252+231+185=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 185 (72.66% from 255 or 27.69% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE7B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE7B9 is #031846. Grayscale: #E8E8E8. Windows color (decimal): -202823 or 12183548. OLE color: 12183548.

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

Color convert

RGB252231185-
CMYK00.080.270.01
HSL41.19º91.78%85.69%-
HSV(B)41.19º26.59%98.82%-
XYZ77.4881.3557.52-
YUV232.04101.46142.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.72%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 185 (72.66% from 255) = 27.69%
R=37.72%
G=34.58%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223118500.080.270.0141.1991.7885.69
HexFCE7B9081B1295c56
Octal37434727101033151134126
Binary1111110011100111101110010100011011110100110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE7B9; }

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

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

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

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

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

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

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

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