Html Css Color HEX #FAE8BB Barley White

📋 copy color: '#FAE8BB'

red 250 ◦ green 232 ◦ blue 187

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

Shades of Barley White #FAE8BB

Tints of Barley White #FAE8BB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.68%

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

R = 37.37%
G = 34.68%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FAE8BB (or 0xFAE8BB) is known color: Barley White. HEX triplet: FA, E8 and BB. RGB value is (250,232,187). Sum of RGB (Red+Green+Blue) = 250+232+187=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8BB is #051744. Grayscale: #E8E8E8. Windows color (decimal): -333637 or 12314874. OLE color: 12314874.

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

Color convert

RGB 250 232 187 -
CMYK 0 0.07 0.25 0.02
HSL 42.86º 0.86% 0.86% -
HSV(B) 42.86º 0.25% 0.98% -
XYZ 77.25 81.63 58.7 -
YUV 232.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 250 232 187 0 0.07 0.25 0.02 42.86 0.86 0.86
Hex FA E8 BB 0 7 19 2 2B 56 56
Octal 372 350 273 0 7 31 2 53 126 126
Binary 11111010 11101000 10111011 0 111 11001 10 101011 1010110 1010110

Color Harmonies of #FAE8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE8BB

Black with #FAE8BB

Text Example


Text Example

White with #FAE8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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