Html Css Color HEX #FAE5BB Barley White

📋 copy color: '#FAE5BB'

red 250 ◦ green 229 ◦ blue 187

#FAE5BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barley White #FAE5BB

Tints of Barley White #FAE5BB

RGB

 RED value IS 250 (98.05% from 255) = 37.54%

 GREEN value IS 229 (89.84% from 255) = 34.38%

 BLUE value IS 187 (73.44% from 255) = 28.08%

R = 37.54%
G = 34.38%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAE5BB (or 0xFAE5BB) is known color: Barley White. HEX triplet: FA, E5 and BB. RGB value is (250,229,187). Sum of RGB (Red+Green+Blue) = 250+229+187=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 187 (73.44% from 255 or 28.08% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5BB is #051A44. Grayscale: #E6E6E6. Windows color (decimal): -334405 or 12314106. OLE color: 12314106.

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

Color convert

RGB 250 229 187 -
CMYK 0 0.08 0.25 0.02
HSL 40º 0.86% 0.86% -
HSV(B) 40º 0.25% 0.98% -
XYZ 76.41 79.95 58.42 -
YUV 230.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 250 229 187 0 0.08 0.25 0.02 40 0.86 0.86
Hex FA E5 BB 0 8 19 2 28 56 56
Octal 372 345 273 0 10 31 2 50 126 126
Binary 11111010 11100101 10111011 0 1000 11001 10 101000 1010110 1010110

Color Harmonies of #FAE5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5BB

Black with #FAE5BB

Text Example


Text Example

White with #FAE5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5BB; }

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

 H1.HeaderClassName
 {
   color: #FAE5BB;
 }
 .AnyTagClassName
 {
   color: #FAE5BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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