Html Css Color HEX #FAE5B5 Barley White

📋 copy color: '#FAE5B5'

red 250 ◦ green 229 ◦ blue 181

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

Shades of Barley White #FAE5B5

Tints of Barley White #FAE5B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.42%

R = 37.88%
G = 34.7%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#FAE5B5 (or 0xFAE5B5) is known color: Barley White. HEX triplet: FA, E5 and B5. RGB value is (250,229,181). Sum of RGB (Red+Green+Blue) = 250+229+181=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 229 (89.84% from 255 or 34.70% from 660); Blue value is 181 (71.09% from 255 or 27.42% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5B5 is #051A4A. Grayscale: #E6E6E6. Windows color (decimal): -334411 or 11920890. OLE color: 11920890.

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

Color convert

RGB 250 229 181 -
CMYK 0 0.08 0.28 0.02
HSL 41.74º 0.87% 0.85% -
HSV(B) 41.74º 0.28% 0.98% -
XYZ 75.78 79.7 55.11 -
YUV 229.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 250 229 181 0 0.08 0.28 0.02 41.74 0.87 0.85
Hex FA E5 B5 0 8 1C 2 2A 57 55
Octal 372 345 265 0 10 34 2 52 127 125
Binary 11111010 11100101 10110101 0 1000 11100 10 101010 1010111 1010101

Color Harmonies of #FAE5B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE5B5

Black with #FAE5B5

Text Example


Text Example

White with #FAE5B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE5B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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