Html Css Color HEX #FAE8B7 Barley White

📋 copy color: '#FAE8B7'

red 250 ◦ green 232 ◦ blue 183

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

Shades of Barley White #FAE8B7

Tints of Barley White #FAE8B7

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.89%

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

R = 37.59%
G = 34.89%
B = 27.52%

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

#FAE8B7 (or 0xFAE8B7) is known color: Barley White. HEX triplet: FA, E8 and B7. RGB value is (250,232,183). Sum of RGB (Red+Green+Blue) = 250+232+183=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 183 (71.88% from 255 or 27.52% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8B7 is #051748. Grayscale: #E8E8E8. Windows color (decimal): -333641 or 12052730. OLE color: 12052730.

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

Color convert

RGB 250 232 183 -
CMYK 0 0.07 0.27 0.02
HSL 43.88º 0.87% 0.85% -
HSV(B) 43.88º 0.27% 0.98% -
XYZ 76.83 81.46 56.47 -
YUV 231.8 100.46 140.98 -
System Red Green Blue C M Y K H S L
Decimal 250 232 183 0 0.07 0.27 0.02 43.88 0.87 0.85
Hex FA E8 B7 0 7 1B 2 2C 57 55
Octal 372 350 267 0 7 33 2 54 127 125
Binary 11111010 11101000 10110111 0 111 11011 10 101100 1010111 1010101

Color Harmonies of #FAE8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE8B7

Black with #FAE8B7

Text Example


Text Example

White with #FAE8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE8B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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