Html Css Color HEX #F7E3B2 Barley White

📋 copy color: '#F7E3B2'

red 247 ◦ green 227 ◦ blue 178

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

Shades of Barley White #F7E3B2

Tints of Barley White #F7E3B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.3%

R = 37.88%
G = 34.82%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.28

 K value IS 0.03

RGB Variations

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

Color information

#F7E3B2 (or 0xF7E3B2) is known color: Barley White. HEX triplet: F7, E3 and B2. RGB value is (247,227,178). Sum of RGB (Red+Green+Blue) = 247+227+178=652 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.88% from 652); Green value is 227 (89.06% from 255 or 34.82% from 652); Blue value is 178 (69.92% from 255 or 27.30% from 652); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3B2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E3B2 is #081C4D. Grayscale: #E3E3E3. Windows color (decimal): -531534 or 11723767. OLE color: 11723767.

HSL color Cylindrical-coordinate representation of color #F7E3B2: hue angle of 42.61º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F7E3B2 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 227 178 -
CMYK 0 0.08 0.28 0.03
HSL 42.61º 0.81% 0.83% -
HSV(B) 42.61º 0.28% 0.97% -
XYZ 73.86 77.93 53.27 -
YUV 227.39 100.13 141.98 -
System Red Green Blue C M Y K H S L
Decimal 247 227 178 0 0.08 0.28 0.03 42.61 0.81 0.83
Hex F7 E3 B2 0 8 1C 3 2B 51 53
Octal 367 343 262 0 10 34 3 53 121 123
Binary 11110111 11100011 10110010 0 1000 11100 11 101011 1010001 1010011

Color Harmonies of #F7E3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E3B2

Black with #F7E3B2

Text Example


Text Example

White with #F7E3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E3B2; }

 p { color: rgb(247,227,178); }

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

background-color css

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

 a { background-color: rgb(247,227,178); }

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

border-color css

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

 span { border-color: rgb(247,227,178); }

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