Html Css Color HEX #F8E8BA Barley White

📋 copy color: '#F8E8BA'

red 248 ◦ green 232 ◦ blue 186

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

Shades of Barley White #F8E8BA

Tints of Barley White #F8E8BA

RGB

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

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

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

R = 37.24%
G = 34.83%
B = 27.93%

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

#F8E8BA (or 0xF8E8BA) is known color: Barley White. HEX triplet: F8, E8 and BA. RGB value is (248,232,186). Sum of RGB (Red+Green+Blue) = 248+232+186=666 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.24% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8E8BA is #071745. Grayscale: #E7E7E7. Windows color (decimal): -464710 or 12249336. OLE color: 12249336.

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

Color convert

RGB 248 232 186 -
CMYK 0 0.06 0.25 0.03
HSL 44.52º 0.82% 0.85% -
HSV(B) 44.52º 0.25% 0.97% -
XYZ 76.43 81.21 58.1 -
YUV 231.54 102.3 139.74 -
System Red Green Blue C M Y K H S L
Decimal 248 232 186 0 0.06 0.25 0.03 44.52 0.82 0.85
Hex F8 E8 BA 0 6 19 3 2D 52 55
Octal 370 350 272 0 6 31 3 55 122 125
Binary 11111000 11101000 10111010 0 110 11001 11 101101 1010010 1010101

Color Harmonies of #F8E8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E8BA

Black with #F8E8BA

Text Example


Text Example

White with #F8E8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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