#FCE8BB

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

Shades of Barley White #FCE8BB

Tints of Barley White #FCE8BB

Color information

#FCE8BB (or 0xFCE8BB) is unknown color: approx Barley White. HEX triplet: FC, E8 and BB. RGB value is (252,232,187). Sum of RGB (Red+Green+Blue) = 252+232+187=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 187 (73.44% from 255 or 27.87% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCE8BB is #031744. Grayscale: #E9E9E9. Windows color (decimal): -202565 or 12314876. OLE color: 12314876.

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

Color convert

RGB252232187-
CMYK00.080.260.01
HSL41.54º91.55%86.08%-
HSV(B)41.54º25.79%98.82%-
XYZ77.978258.73-
YUV232.85102.13141.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 232 (91.02% from 255) = 34.58%
BLUE value IS 187 (73.44% from 255) = 27.87%
R=37.56%
G=34.58%
B=27.87%

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
Decimal25223218700.080.260.0141.5491.5586.08
HexFCE8BB081A12a5c56
Octal37435027301032152134126
Binary1111110011101000101110110100011010110101010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE8BB; }

 p { color: rgb(252,232,187); }

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

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

 a { background-color: rgb(252,232,187); }

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

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

 span { border-color: rgb(252,232,187); }

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