Html Css Color HEX #F7E4BC Barley White

📋 copy color: '#F7E4BC'

red 247 ◦ green 228 ◦ blue 188

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

Shades of Barley White #F7E4BC

Tints of Barley White #F7E4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.39%

 BLUE value IS 188 (73.83% from 255) = 28.36%

R = 37.25%
G = 34.39%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#F7E4BC (or 0xF7E4BC) is known color: Barley White. HEX triplet: F7, E4 and BC. RGB value is (247,228,188). Sum of RGB (Red+Green+Blue) = 247+228+188=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 188 (73.83% from 255 or 28.36% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E4BC is #081B43. Grayscale: #E5E5E5. Windows color (decimal): -531268 or 12379383. OLE color: 12379383.

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

Color convert

RGB 247 228 188 -
CMYK 0 0.08 0.24 0.03
HSL 40.68º 0.79% 0.85% -
HSV(B) 40.68º 0.24% 0.97% -
XYZ 75.18 78.89 58.84 -
YUV 229.12 104.79 140.75 -
System Red Green Blue C M Y K H S L
Decimal 247 228 188 0 0.08 0.24 0.03 40.68 0.79 0.85
Hex F7 E4 BC 0 8 18 3 29 4F 55
Octal 367 344 274 0 10 30 3 51 117 125
Binary 11110111 11100100 10111100 0 1000 11000 11 101001 1001111 1010101

Color Harmonies of #F7E4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7E4BC

Black with #F7E4BC

Text Example


Text Example

White with #F7E4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7E4BC; }

 p { color: rgb(247,228,188); }

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

background-color css

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

 a { background-color: rgb(247,228,188); }

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

border-color css

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

 span { border-color: rgb(247,228,188); }

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