Html Css Color HEX #FAE9B7 Barley White

📋 copy color: '#FAE9B7'

red 250 ◦ green 233 ◦ blue 183

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

Shades of Barley White #FAE9B7

Tints of Barley White #FAE9B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 27.48%

R = 37.54%
G = 34.98%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FAE9B7 (or 0xFAE9B7) is known color: Barley White. HEX triplet: FA, E9 and B7. RGB value is (250,233,183). Sum of RGB (Red+Green+Blue) = 250+233+183=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 183 (71.88% from 255 or 27.48% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9B7 is #051648. Grayscale: #E8E8E8. Windows color (decimal): -333385 or 12052986. OLE color: 12052986.

HSL color Cylindrical-coordinate representation of color #FAE9B7: hue angle of 44.78º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAE9B7 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 233 183 -
CMYK 0 0.07 0.27 0.02
HSL 44.78º 0.87% 0.85% -
HSV(B) 44.78º 0.27% 0.98% -
XYZ 77.11 82.02 56.57 -
YUV 232.38 100.13 140.57 -
System Red Green Blue C M Y K H S L
Decimal 250 233 183 0 0.07 0.27 0.02 44.78 0.87 0.85
Hex FA E9 B7 0 7 1B 2 2D 57 55
Octal 372 351 267 0 7 33 2 55 127 125
Binary 11111010 11101001 10110111 0 111 11011 10 101101 1010111 1010101

Color Harmonies of #FAE9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9B7

Black with #FAE9B7

Text Example


Text Example

White with #FAE9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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