Html Css Color HEX #F7E5BA Barley White

📋 copy color: '#F7E5BA'

red 247 ◦ green 229 ◦ blue 186

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

Shades of Barley White #F7E5BA

Tints of Barley White #F7E5BA

RGB

 RED value IS 247 (96.88% from 255) = 37.31%

 GREEN value IS 229 (89.84% from 255) = 34.59%

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

R = 37.31%
G = 34.59%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7E5BA (or 0xF7E5BA) is known color: Barley White. HEX triplet: F7, E5 and BA. RGB value is (247,229,186). Sum of RGB (Red+Green+Blue) = 247+229+186=662 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.31% from 662); Green value is 229 (89.84% from 255 or 34.59% from 662); Blue value is 186 (73.05% from 255 or 28.10% from 662); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E5BA is #081A45. Grayscale: #E5E5E5. Windows color (decimal): -531014 or 12248567. OLE color: 12248567.

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

Color convert

RGB 247 229 186 -
CMYK 0 0.07 0.25 0.03
HSL 42.3º 0.79% 0.85% -
HSV(B) 42.3º 0.25% 0.97% -
XYZ 75.24 79.36 57.81 -
YUV 229.48 103.46 140.5 -
System Red Green Blue C M Y K H S L
Decimal 247 229 186 0 0.07 0.25 0.03 42.3 0.79 0.85
Hex F7 E5 BA 0 7 19 3 2A 4F 55
Octal 367 345 272 0 7 31 3 52 117 125
Binary 11110111 11100101 10111010 0 111 11001 11 101010 1001111 1010101

Color Harmonies of #F7E5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E5BA

Black with #F7E5BA

Text Example


Text Example

White with #F7E5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E5BA; }

 p { color: rgb(247,229,186); }

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

background-color css

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

 a { background-color: rgb(247,229,186); }

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

border-color css

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

 span { border-color: rgb(247,229,186); }

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