Html Css Color HEX #F8E9BA Barley White

📋 copy color: '#F8E9BA'

red 248 ◦ green 233 ◦ blue 186

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

Shades of Barley White #F8E9BA

Tints of Barley White #F8E9BA

RGB

 RED value IS 248 (97.27% from 255) = 37.18%

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

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

R = 37.18%
G = 34.93%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8E9BA (or 0xF8E9BA) is known color: Barley White. HEX triplet: F8, E9 and BA. RGB value is (248,233,186). Sum of RGB (Red+Green+Blue) = 248+233+186=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E9BA is #071645. Grayscale: #E8E8E8. Windows color (decimal): -464454 or 12249592. OLE color: 12249592.

HSL color Cylindrical-coordinate representation of color #F8E9BA: hue angle of 45.48º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8E9BA is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 233 186 -
CMYK 0 0.06 0.25 0.03
HSL 45.48º 0.82% 0.85% -
HSV(B) 45.48º 0.25% 0.97% -
XYZ 76.71 81.78 58.2 -
YUV 232.13 101.97 139.32 -
System Red Green Blue C M Y K H S L
Decimal 248 233 186 0 0.06 0.25 0.03 45.48 0.82 0.85
Hex F8 E9 BA 0 6 19 3 2D 52 55
Octal 370 351 272 0 6 31 3 55 122 125
Binary 11111000 11101001 10111010 0 110 11001 11 101101 1010010 1010101

Color Harmonies of #F8E9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E9BA

Black with #F8E9BA

Text Example


Text Example

White with #F8E9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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