Html Css Color HEX #FBE6B7 Barley White

📋 copy color: '#FBE6B7'

red 251 ◦ green 230 ◦ blue 183

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

Shades of Barley White #FBE6B7

Tints of Barley White #FBE6B7

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.64%

 BLUE value IS 183 (71.88% from 255) = 27.56%

R = 37.8%
G = 34.64%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.27

 K value IS 0.02

RGB Variations

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

Color information

#FBE6B7 (or 0xFBE6B7) is known color: Barley White. HEX triplet: FB, E6 and B7. RGB value is (251,230,183). Sum of RGB (Red+Green+Blue) = 251+230+183=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 230 (90.23% from 255 or 34.64% from 664); Blue value is 183 (71.88% from 255 or 27.56% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE6B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBE6B7 is #041948. Grayscale: #E7E7E7. Windows color (decimal): -268617 or 12052219. OLE color: 12052219.

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

Color convert

RGB 251 230 183 -
CMYK 0 0.08 0.27 0.02
HSL 41.47º 0.89% 0.85% -
HSV(B) 41.47º 0.27% 0.98% -
XYZ 76.63 80.52 56.3 -
YUV 230.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 251 230 183 0 0.08 0.27 0.02 41.47 0.89 0.85
Hex FB E6 B7 0 8 1B 2 29 59 55
Octal 373 346 267 0 10 33 2 51 131 125
Binary 11111011 11100110 10110111 0 1000 11011 10 101001 1011001 1010101

Color Harmonies of #FBE6B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE6B7

Black with #FBE6B7

Text Example


Text Example

White with #FBE6B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE6B7; }

 p { color: rgb(251,230,183); }

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

background-color css

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

 a { background-color: rgb(251,230,183); }

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

border-color css

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

 span { border-color: rgb(251,230,183); }

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