Html Css Color HEX #F9E9BA Barley White

📋 copy color: '#F9E9BA'

red 249 ◦ green 233 ◦ blue 186

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

Shades of Barley White #F9E9BA

Tints of Barley White #F9E9BA

RGB

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

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

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

R = 37.28%
G = 34.88%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9E9BA (or 0xF9E9BA) is known color: Barley White. HEX triplet: F9, E9 and BA. RGB value is (249,233,186). Sum of RGB (Red+Green+Blue) = 249+233+186=668 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.28% from 668); Green value is 233 (91.41% from 255 or 34.88% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E9BA is #061645. Grayscale: #E8E8E8. Windows color (decimal): -398918 or 12249593. OLE color: 12249593.

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

Color convert

RGB 249 233 186 -
CMYK 0 0.06 0.25 0.02
HSL 44.76º 0.84% 0.85% -
HSV(B) 44.76º 0.25% 0.98% -
XYZ 77.07 81.96 58.21 -
YUV 232.43 101.8 139.82 -
System Red Green Blue C M Y K H S L
Decimal 249 233 186 0 0.06 0.25 0.02 44.76 0.84 0.85
Hex F9 E9 BA 0 6 19 2 2D 54 55
Octal 371 351 272 0 6 31 2 55 124 125
Binary 11111001 11101001 10111010 0 110 11001 10 101101 1010100 1010101

Color Harmonies of #F9E9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E9BA

Black with #F9E9BA

Text Example


Text Example

White with #F9E9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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