Html Css Color HEX #F5E8BA Barley White

📋 copy color: '#F5E8BA'

red 245 ◦ green 232 ◦ blue 186

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

Shades of Barley White #F5E8BA

Tints of Barley White #F5E8BA

RGB

 RED value IS 245 (96.09% from 255) = 36.95%

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

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

R = 36.95%
G = 34.99%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5E8BA (or 0xF5E8BA) is known color: Barley White. HEX triplet: F5, E8 and BA. RGB value is (245,232,186). Sum of RGB (Red+Green+Blue) = 245+232+186=663 (87% of max value = 765). Red value is 245 (96.09% from 255 or 36.95% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 186 (73.05% from 255 or 28.05% from 663); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5E8BA is #0A1745. Grayscale: #E6E6E6. Windows color (decimal): -661318 or 12249333. OLE color: 12249333.

HSL color Cylindrical-coordinate representation of color #F5E8BA: hue angle of 46.78º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5E8BA is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 232 186 -
CMYK 0 0.05 0.24 0.04
HSL 46.78º 0.75% 0.85% -
HSV(B) 46.78º 0.24% 0.96% -
XYZ 75.38 80.67 58.05 -
YUV 230.64 102.81 138.24 -
System Red Green Blue C M Y K H S L
Decimal 245 232 186 0 0.05 0.24 0.04 46.78 0.75 0.85
Hex F5 E8 BA 0 5 18 4 2F 4B 55
Octal 365 350 272 0 5 30 4 57 113 125
Binary 11110101 11101000 10111010 0 101 11000 100 101111 1001011 1010101

Color Harmonies of #F5E8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E8BA

Black with #F5E8BA

Text Example


Text Example

White with #F5E8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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