#FAE6B8

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

Shades of Barley White #FAE6B8

Tints of Barley White #FAE6B8

Color information

#FAE6B8 (or 0xFAE6B8) is unknown color: approx Barley White. HEX triplet: FA, E6 and B8. RGB value is (250,230,184). Sum of RGB (Red+Green+Blue) = 250+230+184=664 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.65% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 184 (72.27% from 255 or 27.71% from 664); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6B8 is #051947. Grayscale: #E6E6E6. Windows color (decimal): -334152 or 12117754. OLE color: 12117754.

HSL color Cylindrical-coordinate representation of color #FAE6B8: hue angle of 41.82º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAE6B8 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250230184-
CMYK00.080.260.02
HSL41.82º86.84%85.1%-
HSV(B)41.82º26.4%98.04%-
XYZ76.3780.3856.84-
YUV230.74101.63141.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.65%
GREEN value IS 230 (90.23% from 255) = 34.64%
BLUE value IS 184 (72.27% from 255) = 27.71%
R=37.65%
G=34.64%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023018400.080.260.0241.8286.8485.1
HexFAE6B8081A22a5755
Octal37234627001032252127125
Binary11111010111001101011100001000110101010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6B8; }

 p { color: rgb(250,230,184); }

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

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

 a { background-color: rgb(250,230,184); }

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

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

 span { border-color: rgb(250,230,184); }

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