Html Css Color HEX #F9ECBA Barley White

📋 copy color: '#F9ECBA'

red 249 ◦ green 236 ◦ blue 186

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

Shades of Barley White #F9ECBA

Tints of Barley White #F9ECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.17%

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

R = 37.11%
G = 35.17%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#F9ECBA (or 0xF9ECBA) is known color: Barley White. HEX triplet: F9, EC and BA. RGB value is (249,236,186). Sum of RGB (Red+Green+Blue) = 249+236+186=671 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.11% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9ECBA is #061345. Grayscale: #EAEAEA. Windows color (decimal): -398150 or 12250361. OLE color: 12250361.

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

Color convert

RGB 249 236 186 -
CMYK 0 0.05 0.25 0.02
HSL 47.62º 0.84% 0.85% -
HSV(B) 47.62º 0.25% 0.98% -
XYZ 77.93 83.68 58.5 -
YUV 234.19 100.81 138.57 -
System Red Green Blue C M Y K H S L
Decimal 249 236 186 0 0.05 0.25 0.02 47.62 0.84 0.85
Hex F9 EC BA 0 5 19 2 30 54 55
Octal 371 354 272 0 5 31 2 60 124 125
Binary 11111001 11101100 10111010 0 101 11001 10 110000 1010100 1010101

Color Harmonies of #F9ECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9ECBA

Black with #F9ECBA

Text Example


Text Example

White with #F9ECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9ECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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