#FAEEBA

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

Shades of Barley White #FAEEBA

Tints of Barley White #FAEEBA

Color information

#FAEEBA (or 0xFAEEBA) is unknown color: approx Barley White. HEX triplet: FA, EE and BA. RGB value is (250,238,186). Sum of RGB (Red+Green+Blue) = 250+238+186=674 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.09% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 186 (73.05% from 255 or 27.60% from 674); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEEBA is #051145. Grayscale: #EBEBEB. Windows color (decimal): -332102 or 12250874. OLE color: 12250874.

HSL color Cylindrical-coordinate representation of color #FAEEBA: hue angle of 48.75º degrees, saturation: 0.86, 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 #FAEEBA is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250238186-
CMYK00.050.260.02
HSL48.75º86.49%85.49%-
HSV(B)48.75º25.6%98.04%-
XYZ78.8685.0258.71-
YUV235.6699.98138.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.09%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 186 (73.05% from 255) = 27.60%
R=37.09%
G=35.31%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023818600.050.260.0248.7586.4985.49
HexFAEEBA051A2315655
Octal3723562720532261126125
Binary1111101011101110101110100101110101011000110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEBA; }

 p { color: rgb(250,238,186); }

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

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

 a { background-color: rgb(250,238,186); }

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

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

 span { border-color: rgb(250,238,186); }

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