Html Css Color HEX #FBE8BC Barley White

📋 copy color: '#FBE8BC'

red 251 ◦ green 232 ◦ blue 188

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

Shades of Barley White #FBE8BC

Tints of Barley White #FBE8BC

RGB

 RED value IS 251 (98.44% from 255) = 37.41%

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

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

R = 37.41%
G = 34.58%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#FBE8BC (or 0xFBE8BC) is known color: Barley White. HEX triplet: FB, E8 and BC. RGB value is (251,232,188). Sum of RGB (Red+Green+Blue) = 251+232+188=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 188 (73.83% from 255 or 28.02% from 671); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE8BC is #041743. Grayscale: #E8E8E8. Windows color (decimal): -268100 or 12380411. OLE color: 12380411.

HSL color Cylindrical-coordinate representation of color #FBE8BC: hue angle of 41.9º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBE8BC is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 232 188 -
CMYK 0 0.08 0.25 0.02
HSL 41.9º 0.89% 0.86% -
HSV(B) 41.9º 0.25% 0.98% -
XYZ 77.72 81.85 59.28 -
YUV 232.67 102.79 141.08 -
System Red Green Blue C M Y K H S L
Decimal 251 232 188 0 0.08 0.25 0.02 41.9 0.89 0.86
Hex FB E8 BC 0 8 19 2 2A 59 56
Octal 373 350 274 0 10 31 2 52 131 126
Binary 11111011 11101000 10111100 0 1000 11001 10 101010 1011001 1010110

Color Harmonies of #FBE8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE8BC

Black with #FBE8BC

Text Example


Text Example

White with #FBE8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE8BC; }

 p { color: rgb(251,232,188); }

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

background-color css

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

 a { background-color: rgb(251,232,188); }

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

border-color css

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

 span { border-color: rgb(251,232,188); }

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