Html Css Color HEX #F7E2BA Barley White

📋 copy color: '#F7E2BA'

red 247 ◦ green 226 ◦ blue 186

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

Shades of Barley White #F7E2BA

Tints of Barley White #F7E2BA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.29%

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

R = 37.48%
G = 34.29%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#F7E2BA (or 0xF7E2BA) is known color: Barley White. HEX triplet: F7, E2 and BA. RGB value is (247,226,186). Sum of RGB (Red+Green+Blue) = 247+226+186=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 226 (88.67% from 255 or 34.29% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E2BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E2BA is #081D45. Grayscale: #E3E3E3. Windows color (decimal): -531782 or 12247799. OLE color: 12247799.

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

Color convert

RGB 247 226 186 -
CMYK 0 0.09 0.25 0.03
HSL 39.34º 0.79% 0.85% -
HSV(B) 39.34º 0.25% 0.97% -
XYZ 74.42 77.71 57.53 -
YUV 227.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 247 226 186 0 0.09 0.25 0.03 39.34 0.79 0.85
Hex F7 E2 BA 0 9 19 3 27 4F 55
Octal 367 342 272 0 11 31 3 47 117 125
Binary 11110111 11100010 10111010 0 1001 11001 11 100111 1001111 1010101

Color Harmonies of #F7E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E2BA

Black with #F7E2BA

Text Example


Text Example

White with #F7E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E2BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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