Html Css Color HEX #FAE9BC Barley White

📋 copy color: '#FAE9BC'

red 250 ◦ green 233 ◦ blue 188

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

Shades of Barley White #FAE9BC

Tints of Barley White #FAE9BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 28.02%

R = 37.26%
G = 34.72%
B = 28.02%

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

#FAE9BC (or 0xFAE9BC) is known color: Barley White. HEX triplet: FA, E9 and BC. RGB value is (250,233,188). Sum of RGB (Red+Green+Blue) = 250+233+188=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9BC is #051643. Grayscale: #E9E9E9. Windows color (decimal): -333380 or 12380666. OLE color: 12380666.

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

Color convert

RGB 250 233 188 -
CMYK 0 0.07 0.25 0.02
HSL 43.55º 0.86% 0.86% -
HSV(B) 43.55º 0.25% 0.98% -
XYZ 77.64 82.23 59.36 -
YUV 232.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 250 233 188 0 0.07 0.25 0.02 43.55 0.86 0.86
Hex FA E9 BC 0 7 19 2 2C 56 56
Octal 372 351 274 0 7 31 2 54 126 126
Binary 11111010 11101001 10111100 0 111 11001 10 101100 1010110 1010110

Color Harmonies of #FAE9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE9BC

Black with #FAE9BC

Text Example


Text Example

White with #FAE9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE9BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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