Html Css Color HEX #FAE9BB Barley White

📋 copy color: '#FAE9BB'

red 250 ◦ green 233 ◦ blue 187

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

Shades of Barley White #FAE9BB

Tints of Barley White #FAE9BB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.78%

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

R = 37.31%
G = 34.78%
B = 27.91%

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

#FAE9BB (or 0xFAE9BB) is known color: Barley White. HEX triplet: FA, E9 and BB. RGB value is (250,233,187). Sum of RGB (Red+Green+Blue) = 250+233+187=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9BB is #051644. Grayscale: #E9E9E9. Windows color (decimal): -333381 or 12315130. OLE color: 12315130.

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

Color convert

RGB 250 233 187 -
CMYK 0 0.07 0.25 0.02
HSL 43.81º 0.86% 0.86% -
HSV(B) 43.81º 0.25% 0.98% -
XYZ 77.53 82.19 58.79 -
YUV 232.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 250 233 187 0 0.07 0.25 0.02 43.81 0.86 0.86
Hex FA E9 BB 0 7 19 2 2C 56 56
Octal 372 351 273 0 7 31 2 54 126 126
Binary 11111010 11101001 10111011 0 111 11001 10 101100 1010110 1010110

Color Harmonies of #FAE9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9BB

Black with #FAE9BB

Text Example


Text Example

White with #FAE9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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