Html Css Color HEX #FBECBA Barley White

📋 copy color: '#FBECBA'

red 251 ◦ green 236 ◦ blue 186

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

Shades of Barley White #FBECBA

Tints of Barley White #FBECBA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.07%

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

R = 37.3%
G = 35.07%
B = 27.64%

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

#FBECBA (or 0xFBECBA) is known color: Barley White. HEX triplet: FB, EC and BA. RGB value is (251,236,186). Sum of RGB (Red+Green+Blue) = 251+236+186=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 186 (73.05% from 255 or 27.64% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBECBA is #041345. Grayscale: #EAEAEA. Windows color (decimal): -267078 or 12250363. OLE color: 12250363.

HSL color Cylindrical-coordinate representation of color #FBECBA: hue angle of 46.15º 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 #FBECBA is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 236 186 -
CMYK 0 0.06 0.26 0.02
HSL 46.15º 0.89% 0.86% -
HSV(B) 46.15º 0.26% 0.98% -
XYZ 78.64 84.05 58.53 -
YUV 234.79 100.47 139.57 -
System Red Green Blue C M Y K H S L
Decimal 251 236 186 0 0.06 0.26 0.02 46.15 0.89 0.86
Hex FB EC BA 0 6 1A 2 2E 59 56
Octal 373 354 272 0 6 32 2 56 131 126
Binary 11111011 11101100 10111010 0 110 11010 10 101110 1011001 1010110

Color Harmonies of #FBECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBECBA

Black with #FBECBA

Text Example


Text Example

White with #FBECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBECBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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