#FCEAB9

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

Shades of Barley White #FCEAB9

Tints of Barley White #FCEAB9

Color information

#FCEAB9 (or 0xFCEAB9) is unknown color: approx Barley White. HEX triplet: FC, EA and B9. RGB value is (252,234,185). Sum of RGB (Red+Green+Blue) = 252+234+185=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 234 (91.80% from 255 or 34.87% from 671); Blue value is 185 (72.66% from 255 or 27.57% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEAB9 is #031546. Grayscale: #EAEAEA. Windows color (decimal): -202055 or 12184316. OLE color: 12184316.

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

Color convert

RGB252234185-
CMYK00.070.270.01
HSL43.88º91.78%85.69%-
HSV(B)43.88º26.59%98.82%-
XYZ78.3283.0457.8-
YUV233.8100.46140.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.56%
GREEN value IS 234 (91.80% from 255) = 34.87%
BLUE value IS 185 (72.66% from 255) = 27.57%
R=37.56%
G=34.87%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223418500.070.270.0143.8891.7885.69
HexFCEAB9071B12c5c56
Octal3743522710733154134126
Binary111111001110101010111001011111011110110010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEAB9; }

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

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

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

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

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

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

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

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