Html Css Color HEX #F9E7BA Barley White

📋 copy color: '#F9E7BA'

red 249 ◦ green 231 ◦ blue 186

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

Shades of Barley White #F9E7BA

Tints of Barley White #F9E7BA

RGB

 RED value IS 249 (97.66% from 255) = 37.39%

 GREEN value IS 231 (90.63% from 255) = 34.68%

 BLUE value IS 186 (73.05% from 255) = 27.93%

R = 37.39%
G = 34.68%
B = 27.93%

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

#F9E7BA (or 0xF9E7BA) is known color: Barley White. HEX triplet: F9, E7 and BA. RGB value is (249,231,186). Sum of RGB (Red+Green+Blue) = 249+231+186=666 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.39% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E7BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E7BA is #061845. Grayscale: #E7E7E7. Windows color (decimal): -399430 or 12249081. OLE color: 12249081.

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

Color convert

RGB 249 231 186 -
CMYK 0 0.07 0.25 0.02
HSL 42.86º 0.84% 0.85% -
HSV(B) 42.86º 0.25% 0.98% -
XYZ 76.51 80.84 58.03 -
YUV 231.25 102.46 140.66 -
System Red Green Blue C M Y K H S L
Decimal 249 231 186 0 0.07 0.25 0.02 42.86 0.84 0.85
Hex F9 E7 BA 0 7 19 2 2B 54 55
Octal 371 347 272 0 7 31 2 53 124 125
Binary 11111001 11100111 10111010 0 111 11001 10 101011 1010100 1010101

Color Harmonies of #F9E7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E7BA

Black with #F9E7BA

Text Example


Text Example

White with #F9E7BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E7BA; }

 p { color: rgb(249,231,186); }

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

background-color css

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

 a { background-color: rgb(249,231,186); }

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

border-color css

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

 span { border-color: rgb(249,231,186); }

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