Html Css Color HEX #F8E3BA Barley White

📋 copy color: '#F8E3BA'

red 248 ◦ green 227 ◦ blue 186

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

Shades of Barley White #F8E3BA

Tints of Barley White #F8E3BA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.34%

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

R = 37.52%
G = 34.34%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F8E3BA (or 0xF8E3BA) is known color: Barley White. HEX triplet: F8, E3 and BA. RGB value is (248,227,186). Sum of RGB (Red+Green+Blue) = 248+227+186=661 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.52% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 186 (73.05% from 255 or 28.14% from 661); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8E3BA is #071C45. Grayscale: #E4E4E4. Windows color (decimal): -465990 or 12248056. OLE color: 12248056.

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

Color convert

RGB 248 227 186 -
CMYK 0 0.08 0.25 0.03
HSL 39.68º 0.82% 0.85% -
HSV(B) 39.68º 0.25% 0.97% -
XYZ 75.04 78.44 57.64 -
YUV 228.61 103.96 141.83 -
System Red Green Blue C M Y K H S L
Decimal 248 227 186 0 0.08 0.25 0.03 39.68 0.82 0.85
Hex F8 E3 BA 0 8 19 3 28 52 55
Octal 370 343 272 0 10 31 3 50 122 125
Binary 11111000 11100011 10111010 0 1000 11001 11 101000 1010010 1010101

Color Harmonies of #F8E3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E3BA

Black with #F8E3BA

Text Example


Text Example

White with #F8E3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E3BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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