Html Css Color HEX #FAE9B9 Barley White

📋 copy color: '#FAE9B9'

red 250 ◦ green 233 ◦ blue 185

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

Shades of Barley White #FAE9B9

Tints of Barley White #FAE9B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 27.69%

R = 37.43%
G = 34.88%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FAE9B9 (or 0xFAE9B9) is known color: Barley White. HEX triplet: FA, E9 and B9. RGB value is (250,233,185). Sum of RGB (Red+Green+Blue) = 250+233+185=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 185 (72.66% from 255 or 27.69% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9B9 is #051646. Grayscale: #E8E8E8. Windows color (decimal): -333383 or 12184058. OLE color: 12184058.

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

Color convert

RGB 250 233 185 -
CMYK 0 0.07 0.26 0.02
HSL 44.31º 0.87% 0.85% -
HSV(B) 44.31º 0.26% 0.98% -
XYZ 77.32 82.1 57.67 -
YUV 232.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 250 233 185 0 0.07 0.26 0.02 44.31 0.87 0.85
Hex FA E9 B9 0 7 1A 2 2C 57 55
Octal 372 351 271 0 7 32 2 54 127 125
Binary 11111010 11101001 10111001 0 111 11010 10 101100 1010111 1010101

Color Harmonies of #FAE9B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9B9

Black with #FAE9B9

Text Example


Text Example

White with #FAE9B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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