Html Css Color HEX #F9E8BC Barley White

📋 copy color: '#F9E8BC'

red 249 ◦ green 232 ◦ blue 188

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

Shades of Barley White #F9E8BC

Tints of Barley White #F9E8BC

RGB

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

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

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

R = 37.22%
G = 34.68%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#F9E8BC (or 0xF9E8BC) is known color: Barley White. HEX triplet: F9, E8 and BC. RGB value is (249,232,188). Sum of RGB (Red+Green+Blue) = 249+232+188=669 (88% of max value = 765). Red value is 249 (97.66% from 255 or 37.22% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 188 (73.83% from 255 or 28.10% from 669); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9E8BC is #061743. Grayscale: #E8E8E8. Windows color (decimal): -399172 or 12380409. OLE color: 12380409.

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

Color convert

RGB 249 232 188 -
CMYK 0 0.07 0.24 0.02
HSL 43.28º 0.84% 0.86% -
HSV(B) 43.28º 0.24% 0.98% -
XYZ 77 81.48 59.25 -
YUV 232.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 249 232 188 0 0.07 0.24 0.02 43.28 0.84 0.86
Hex F9 E8 BC 0 7 18 2 2B 54 56
Octal 371 350 274 0 7 30 2 53 124 126
Binary 11111001 11101000 10111100 0 111 11000 10 101011 1010100 1010110

Color Harmonies of #F9E8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E8BC

Black with #F9E8BC

Text Example


Text Example

White with #F9E8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E8BC; }

 p { color: rgb(249,232,188); }

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

background-color css

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

 a { background-color: rgb(249,232,188); }

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

border-color css

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

 span { border-color: rgb(249,232,188); }

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