#FAEBBB

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

Shades of Barley White #FAEBBB

Tints of Barley White #FAEBBB

Color information

#FAEBBB (or 0xFAEBBB) is unknown color: approx Barley White. HEX triplet: FA, EB and BB. RGB value is (250,235,187). Sum of RGB (Red+Green+Blue) = 250+235+187=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 187 (73.44% from 255 or 27.83% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBBB is #051444. Grayscale: #EAEAEA. Windows color (decimal): -332869 or 12315642. OLE color: 12315642.

HSL color Cylindrical-coordinate representation of color #FAEBBB: hue angle of 45.71º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAEBBB is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250235187-
CMYK00.060.250.02
HSL45.71º86.3%85.69%-
HSV(B)45.71º25.2%98.04%-
XYZ78.183.3358.98-
YUV234.01101.47139.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 187 (73.44% from 255) = 27.83%
R=37.20%
G=34.97%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023518700.060.250.0245.7186.385.69
HexFAEBBB061922e5656
Octal3723532730631256126126
Binary1111101011101011101110110110110011010111010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBBB; }

 p { color: rgb(250,235,187); }

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

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

 a { background-color: rgb(250,235,187); }

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

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

 span { border-color: rgb(250,235,187); }

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