Html Css Color HEX #FBEBBA Barley White

📋 copy color: '#FBEBBA'

red 251 ◦ green 235 ◦ blue 186

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

Shades of Barley White #FBEBBA

Tints of Barley White #FBEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.97%

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

R = 37.35%
G = 34.97%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#FBEBBA (or 0xFBEBBA) is known color: Barley White. HEX triplet: FB, EB and BA. RGB value is (251,235,186). Sum of RGB (Red+Green+Blue) = 251+235+186=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBEBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBEBBA is #041445. Grayscale: #EAEAEA. Windows color (decimal): -267334 or 12250107. OLE color: 12250107.

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

Color convert

RGB 251 235 186 -
CMYK 0 0.06 0.26 0.02
HSL 45.23º 0.89% 0.86% -
HSV(B) 45.23º 0.26% 0.98% -
XYZ 78.35 83.47 58.44 -
YUV 234.2 100.8 139.98 -
System Red Green Blue C M Y K H S L
Decimal 251 235 186 0 0.06 0.26 0.02 45.23 0.89 0.86
Hex FB EB BA 0 6 1A 2 2D 59 56
Octal 373 353 272 0 6 32 2 55 131 126
Binary 11111011 11101011 10111010 0 110 11010 10 101101 1011001 1010110

Color Harmonies of #FBEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBEBBA

Black with #FBEBBA

Text Example


Text Example

White with #FBEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBEBBA; }

 p { color: rgb(251,235,186); }

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

background-color css

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

 a { background-color: rgb(251,235,186); }

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

border-color css

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

 span { border-color: rgb(251,235,186); }

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